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 eric.smith, ezio.melotti, lemburg, mark.dickinson, ron_adam, vstinner, ysj.ray
Date 2011-02-01.10:52:58
SpamBayes Score 3.3165692e-12
Marked as misclassified No
Message-id <1296557578.89.0.778921995216.issue7330@psf.upfronthosting.co.za>
In-reply-to
Content
I opened other tickets related to PyUnicode_FromFormatV:

 * #10833 :Replace %.100s by %s in PyErr_Format(): the arbitrary limit of 500 bytes is outdated
 * #10831: PyUnicode_FromFormatV() doesn't support %li, %lli, %zi
 * #10830: PyUnicode_FromFormatV("%c") doesn't support non-BMP characters on narrow build
 * #10829: PyUnicode_FromFormatV() bugs with "%" and "%%" format strings

(see also #10832: Add support of bytes objects in PyBytes_FromFormatV())

PyUnicode_FromFormatV() has now tests in test_unicode: issue_7330.diff should add new tests, at least to check that %20R doesn't crash.
History
Date User Action Args
2011-02-01 10:52:58vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, eric.smith, ron_adam, ezio.melotti, ysj.ray
2011-02-01 10:52:58vstinnersetmessageid: <1296557578.89.0.778921995216.issue7330@psf.upfronthosting.co.za>
2011-02-01 10:52:58vstinnerlinkissue7330 messages
2011-02-01 10:52:58vstinnercreate