This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, bskinn, takluyver, vstinner, xtreak
Date 2019-04-22.19:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555960309.99.0.738860791076.issue36695@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2019-04-22 19:11:50brett.cannonsetrecipients: + brett.cannon, vstinner, takluyver, bskinn, xtreak
2019-04-22 19:11:49brett.cannonsetmessageid: <1555960309.99.0.738860791076.issue36695@roundup.psfhosted.org>
2019-04-22 19:11:49brett.cannonlinkissue36695 messages
2019-04-22 19:11:49brett.cannoncreate