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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-25 00:11:05 | vstinner | set | recipients: + vstinner, lemburg, mark.dickinson, eric.smith, ron_adam, ezio.melotti, ysj.ray, python-dev |
| 2011-03-25 00:11:05 | vstinner | set | messageid: <1301011865.12.0.821117165714.issue7330@psf.upfronthosting.co.za> |
| 2011-03-25 00:11:01 | vstinner | link | issue7330 messages |
| 2011-03-25 00:11:01 | vstinner | create | |