Message132057
| Author |
vstinner |
| Recipients |
eric.smith, ezio.melotti, lemburg, mark.dickinson, python-dev, ron_adam, vstinner, ysj.ray |
| Date |
2011年03月25日.00:11:01 |
| SpamBayes Score |
5.079579e-07 |
| Marked as misclassified |
No |
| Message-id |
<1301011865.12.0.821117165714.issue7330@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I closed #10833 as invalid, because it is a regression of Python 3. PyErr_String() uses PyString_FromFormatV() in Python 2, which supports precision for %s, whereas it uses PyUnicode_FromFormatV() in Python 3, which never supported precision for %s. |
|