Python Fixtures 0.3.11
Milestone information
- Project:
- Python Fixtures
- Series:
- trunk
- Version:
- 0.3.11
- Released:
- Registrant:
- Robert Collins
- Release registered:
- Active:
- No. Drivers cannot target bugs and blueprints to this milestone.
Activities
- Assigned to you:
- No blueprints or bugs assigned to you.
- Assignees:
- 2 Robert Collins
- Blueprints:
- No blueprints are targeted to this milestone.
- Bugs:
- 2 Fix Released
Download files for this release
Release notes
0.3.11
~~~~~~
CHANGES
-------
* ``DetailStream`` was ambiguous about whether it handled bytes or characters,
which matters a lot for Python3. It now is deprecated with ByteStream and
StringStream replacing it. (Robert Collins)
* Fixtures is now Python3 compatible. (Robert Collins)
* ``FakeLogger`` has been split out into a ``LogHandler`` fixture that can
inject arbitrary handlers, giving more flexability. (Jonathan Lange)
* pydoc is recommended as a source of info about fixtures.
(Robert Collins, #812845)
* The docs for fixtures have been updated to cover the full API.
(Robert Collins, #1071649)
Changelog
This release does not have a changelog.
0 blueprints and 2 bugs targeted
Bug report | Importance | Assignee | Status | |||
---|---|---|---|---|---|---|
812845 | #812845 | pydoc is useful but it is not referenced from README so how do people know? | 6 Wishlist | Robert Collins | 10 Fix Released | |
1071649 | #1071649 | Document addDetail | 6 Wishlist | Robert Collins | 10 Fix Released |