Message 170576 - Python tracker

Message170576

Author chris.jerdonek
Recipients Aleksey.Sivokon, chris.jerdonek, eric.smith, r.david.murray
Date 2012-09-16.20:09:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347826181.88.0.273090454749.issue15951@psf.upfronthosting.co.za>
In-reply-to
Content
I filed issue 15952 for the behavior difference between format(value) and value.__format__() and the related lack of documentation re: unicode format strings.

Given that the expected behavior for the current issue doesn't seem to be documented (aside from PEP 3101, which is probably too late to follow), we should probably agree on what the behavior should be (as well as documenting it) before or while addressing this issue.
History
Date User Action Args
2012-09-16 20:09:41chris.jerdoneksetrecipients: + chris.jerdonek, eric.smith, r.david.murray, Aleksey.Sivokon
2012-09-16 20:09:41chris.jerdoneksetmessageid: <1347826181.88.0.273090454749.issue15951@psf.upfronthosting.co.za>
2012-09-16 20:09:41chris.jerdoneklinkissue15951 messages
2012-09-16 20:09:41chris.jerdonekcreate