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 pitrou
Recipients Arfrever, eric.smith, ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-12-16.22:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387232671.2303.6.camel@fsol>
In-reply-to <1387232621.89.0.594653034495.issue19995@psf.upfronthosting.co.za>
Content
> Antoine,
> 
> Does that mean you are reducing your previous statement of
> 
> > So trying __index__ in str.format() sounds like a distraction.
> 
> to "using __index__ for %d, %i, and %u is not correct, but is correct
> for %c, %o, %x, and %X" ?

Ah, yes, sorry for the confusion :)
History
Date User Action Args
2013-12-16 22:24:33pitrousetrecipients: + pitrou, gvanrossum, rhettinger, mark.dickinson, vstinner, eric.smith, Arfrever, skrah, ethan.furman, serhiy.storchaka
2013-12-16 22:24:33pitroulinkissue19995 messages
2013-12-16 22:24:33pitroucreate