Message127690
| 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. |
|