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 martin.panter
Recipients eric.smith, gvanrossum, martin.panter, serhiy.storchaka, yselivanov
Date 2016-11-29.01:11:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480381911.56.0.521774530759.issue28827@psf.upfronthosting.co.za>
In-reply-to
Content
I don’t have Py 3.6 to test on, but won’t that make it unnecessarily inconvenient to use certain format codes? I.e. codes that involve non-ASCII characters, control codes, quote signs, or backslashes. Slightly silly use case:

>>> "The time is {:%I\N{DEGREE SIGN} %M\N{PRIME} %S\N{DOUBLE PRIME} %p}".format(datetime.datetime.now())
'The time is 01° 07′ 41″ AM'
History
Date User Action Args
2016-11-29 01:11:51martin.pantersetrecipients: + martin.panter, gvanrossum, eric.smith, serhiy.storchaka, yselivanov
2016-11-29 01:11:51martin.pantersetmessageid: <1480381911.56.0.521774530759.issue28827@psf.upfronthosting.co.za>
2016-11-29 01:11:51martin.panterlinkissue28827 messages
2016-11-29 01:11:51martin.pantercreate