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 larry
Recipients larry, serhiy.storchaka, zach.ware
Date 2015-04-19.01:00:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429405233.93.0.203198864557.issue24000@psf.upfronthosting.co.za>
In-reply-to
Content
I found another bug in the mapping of converters to format units.  (s#, z#, and y# all allow zeroes.)

I've redone the approach for str_converter in an attempt to make it easier to read.

It'd be swell if, after this gets checked in (or rejected), somebody *else* took a pass to see if they could find any bugs.
History
Date User Action Args
2015-04-19 01:00:33larrysetrecipients: + larry, zach.ware, serhiy.storchaka
2015-04-19 01:00:33larrysetmessageid: <1429405233.93.0.203198864557.issue24000@psf.upfronthosting.co.za>
2015-04-19 01:00:33larrylinkissue24000 messages
2015-04-19 01:00:33larrycreate