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 ethan.furman
Recipients ethan.furman, gvanrossum, serhiy.storchaka, vstinner
Date 2015-02-15.20:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424032089.62.0.129143217271.issue23467@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes practicality wins; it's why we allow %s, and we should also allow %r.

Both %s and %r need to be clearly documented as an aid to Py2/3 code bases, and not recommended for new code.

Serhiy, do you have time to take of this?
History
Date User Action Args
2015-02-15 20:28:09ethan.furmansetrecipients: + ethan.furman, gvanrossum, vstinner, serhiy.storchaka
2015-02-15 20:28:09ethan.furmansetmessageid: <1424032089.62.0.129143217271.issue23467@psf.upfronthosting.co.za>
2015-02-15 20:28:09ethan.furmanlinkissue23467 messages
2015-02-15 20:28:09ethan.furmancreate