Add CHANGELOG entry for ALLOW_BYTES doctest option
This commit is contained in:
parent
5a5b732fe1
commit
719d63085d
|
@ -10,6 +10,10 @@ New Features
|
||||||
* New `-rp` and `-rP` reporting options give the summary and full output
|
* New `-rp` and `-rP` reporting options give the summary and full output
|
||||||
of passing tests, respectively. Thanks to David Vierra for the PR.
|
of passing tests, respectively. Thanks to David Vierra for the PR.
|
||||||
|
|
||||||
|
* New ``ALLOW_BYTES`` doctest option strips ``b`` prefixes from byte strings
|
||||||
|
in doctest output (similar to ``ALLOW_UNICODE``).
|
||||||
|
Thanks Jason R. Coombs for the request and Bruno Oliveira for the PR (#1287).
|
||||||
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue