Message172258
| Author | vstinner |
|---|---|
| Recipients | eric.smith, ezio.melotti, lekma, lemburg, mark.dickinson, petri.lehtinen, python-dev, ron_adam, vstinner, ysj.ray |
| Date | 2012-10-06.22:53:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1349564024.1.0.292603455862.issue7330@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I rewrote PyUnicode_FromFormatV() to use a single step instead of four: see issue #16147. So it's now simpler to fix this issue. Here is a new patch to implement width and precision modifiers for %s, %A, %R, %S and %U formats. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-10-06 22:53:44 | vstinner | set | recipients: + vstinner, lemburg, mark.dickinson, eric.smith, ron_adam, ezio.melotti, lekma, ysj.ray, python-dev, petri.lehtinen |
| 2012-10-06 22:53:44 | vstinner | set | messageid: <1349564024.1.0.292603455862.issue7330@psf.upfronthosting.co.za> |
| 2012-10-06 22:53:44 | vstinner | link | issue7330 messages |
| 2012-10-06 22:53:43 | vstinner | create | |