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 jcea
Recipients christian.heimes, ezio.melotti, felipecruz, jcea, pitrou
Date 2012-10-02.21:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349214859.65.0.643762813668.issue15897@psf.upfronthosting.co.za>
In-reply-to
Content
I think this patch must be applied too to 2.7 and 3.2.

Felipe, you are using "%R" modifier, but that modifier doesn't exist in Solaris, for instance. This seems to be a Linux specific option, I don't know what it does.

Also, you should be sure not to overflow the 500 bytes internal buffer. You can use a size limit in the format string.
History
Date User Action Args
2012-10-02 21:54:19jceasetrecipients: + jcea, pitrou, christian.heimes, ezio.melotti, felipecruz
2012-10-02 21:54:19jceasetmessageid: <1349214859.65.0.643762813668.issue15897@psf.upfronthosting.co.za>
2012-10-02 21:54:19jcealinkissue15897 messages
2012-10-02 21:54:18jceacreate