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 Jason.Michalski
Recipients Jason.Michalski, Julian, eric.smith, mark.dickinson, skrah
Date 2013-04-13.20:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365886624.22.0.564889692172.issue17705@psf.upfronthosting.co.za>
In-reply-to
Content
I worked on a patch that allows NUL padding for longs, floats and complex numbers. It seems NUL was being used as a sentinel in the format string parsing when no padding character is given. It was then replaced with a space in each call to fill_padding if it was NUL.
History
Date User Action Args
2013-04-13 20:57:04Jason.Michalskisetrecipients: + Jason.Michalski, mark.dickinson, eric.smith, skrah, Julian
2013-04-13 20:57:04Jason.Michalskisetmessageid: <1365886624.22.0.564889692172.issue17705@psf.upfronthosting.co.za>
2013-04-13 20:57:04Jason.Michalskilinkissue17705 messages
2013-04-13 20:57:04Jason.Michalskicreate