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
Date 2015-08-26.18:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440614583.22.0.409482630625.issue24939@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, int.__format__, etc. are not in this file. So that's good.

The things that are in this file but are unrelated to unicodeobject.c are the support routines for implementing string.Formatter. I think I'll move those elsewhere, as a first step.
History
Date User Action Args
2015-08-26 18:43:03eric.smithsetrecipients: + eric.smith
2015-08-26 18:43:03eric.smithsetmessageid: <1440614583.22.0.409482630625.issue24939@psf.upfronthosting.co.za>
2015-08-26 18:43:03eric.smithlinkissue24939 messages
2015-08-26 18:43:03eric.smithcreate