Message 140231 - Python tracker (original) (raw)

Message140231

Author eric.smith
Recipients Gavin.Andresen, eric.smith, ezio.melotti
Date 2011-07-13.08:24:55
SpamBayes Score 6.259596e-07
Marked as misclassified No
Message-id 1310545496.69.0.955473330959.issue12546@psf.upfronthosting.co.za
In-reply-to
Content
\x00 is used as a flag internally meaning "use the default fill character". That's clearly a bug. I'll look at fixing it. I think there are other places in the built in __format__ functions where special values are used instead of flags. I'll review those as well. Thanks for the report!
History
Date User Action Args
2011-07-13 08:24:56 eric.smith set recipients: + eric.smith, ezio.melotti, Gavin.Andresen
2011-07-13 08:24:56 eric.smith set messageid: 1310545496.69.0.955473330959.issue12546@psf.upfronthosting.co.za
2011-07-13 08:24:56 eric.smith link issue12546 messages
2011-07-13 08:24:55 eric.smith create