Message 186842 - Python tracker (original) (raw)

Message186842

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:04 Jason.Michalski set recipients: + Jason.Michalski, mark.dickinson, eric.smith, skrah, Julian
2013-04-13 20:57:04 Jason.Michalski set messageid: 1365886624.22.0.564889692172.issue17705@psf.upfronthosting.co.za
2013-04-13 20:57:04 Jason.Michalski link issue17705 messages
2013-04-13 20:57:04 Jason.Michalski create