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 georg.brandl
Recipients georg.brandl, josch
Date 2014-10-13.07:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413185378.73.0.252920533601.issue22621@psf.upfronthosting.co.za>
In-reply-to
Content
> Would your decision be more favorable if you received a patch implementing this feature?

I'll keep this on "pending" for other devs to weigh in with opinions.

In general, we are not keen on keeping text representations stable, as they do not form part of the API.  This is true for exception messages most of all, but also the representations of other types change occasionally.  Doctests and other test methods that rely on exact output, such as yours, have to adapt to that.

The patch wouldn't be difficult to write, but the issue is more that it isn't really generally useful (as evidenced by the fact that you are the first to request it), and it won't save you a lot of work in any case if you want to support existing versions of Python (2.7, 3.x) as well: the new feature could only go into 3.5.
History
Date User Action Args
2014-10-13 07:29:38georg.brandlsetrecipients: + georg.brandl, josch
2014-10-13 07:29:38georg.brandlsetmessageid: <1413185378.73.0.252920533601.issue22621@psf.upfronthosting.co.za>
2014-10-13 07:29:38georg.brandllinkissue22621 messages
2014-10-13 07:29:38georg.brandlcreate