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 nascheme
Recipients eric.smith, ethan.furman, nascheme, vstinner
Date 2014-01-20.22:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390255402.82.0.0235151712606.issue20284@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated my patch into a sequence, the first of which implements PEP 461.

02-code-a.patch adds support for %a (ascii() on arg)

03-py2-flag.patch makes %s and %r behave similar to Python 2 if a command
line flag is provided to the interpreter

04-py-eq.patch makes the command line flag also enable comparision between bytes() and str() (warning is generated).
History
Date User Action Args
2014-01-20 22:03:24naschemesetrecipients: + nascheme, vstinner, eric.smith, ethan.furman
2014-01-20 22:03:22naschemesetmessageid: <1390255402.82.0.0235151712606.issue20284@psf.upfronthosting.co.za>
2014-01-20 22:03:22naschemelinkissue20284 messages
2014-01-20 22:03:22naschemecreate