STINNER Victor <[email protected]> added the comment: 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().
---------- nosy: +haypo _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4807> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
