[issue36695] Change (regression?) in v3.8.0a3 doctest output after capturing the stderr output from a raised warning

Brett Cannon report at bugs.python.org
Mon Apr 22 15:11:49 EDT 2019


Brett Cannon <brett at python.org> added the comment:

If you look at that commit that Thomas made all it did was change where the string was grabbed from, not what type of object was used. So it doesn't make any sense as to why that would cause any specific change, so I think this may be doctest's doing.

Probably the next step is for someone to find in doctest where the string representation is being printed out to understand what would potentially shift its representation (and how it's even generating that representation).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36695>
_______________________________________


More information about the Python-bugs-list mailing list