[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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 eric.smith
Recipients eric.smith, vstinner
Date 2018-09-06.09:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536226431.19.0.56676864532.issue34595@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think you have to worry about %T being used by other formatting functions. If (heaven forbid) dates were ever supported by PyUnicode_FromFormat(), there would have to be a way to switch from "normal" argument processing to argument-specific formatting specifiers, anyway.
History
Date User Action Args
2018-09-06 09:33:51eric.smithsetrecipients: + eric.smith, vstinner
2018-09-06 09:33:51eric.smithsetmessageid: <1536226431.19.0.56676864532.issue34595@psf.upfronthosting.co.za>
2018-09-06 09:33:51eric.smithlinkissue34595 messages
2018-09-06 09:33:51eric.smithcreate