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 vstinner
Recipients amaury.forgeotdarc, eckhardt, vstinner
Date 2009-01-13.18:47:24
SpamBayes Score 0.002842601
Marked as misclassified No
Message-id <1231872445.4.0.78778442925.issue4807@psf.upfronthosting.co.za>
In-reply-to
Content
fprintf() is much better than wsprintf() + fputs() with a fixed size 
buffer (with no size/error check!). Same remark for 
PyString_FromFormat() instead of wsprintf()+PyString_FromString().
History
Date User Action Args
2009-01-13 18:47:25vstinnersetrecipients: + vstinner, amaury.forgeotdarc, eckhardt
2009-01-13 18:47:25vstinnersetmessageid: <1231872445.4.0.78778442925.issue4807@psf.upfronthosting.co.za>
2009-01-13 18:47:24vstinnerlinkissue4807 messages
2009-01-13 18:47:24vstinnercreate