Message128296
| Author |
ysj.ray |
| Recipients |
eric.smith, ezio.melotti, lemburg, mark.dickinson, ron_adam, vstinner, ysj.ray |
| Date |
2011年02月10日.15:37:32 |
| SpamBayes Score |
2.2427583e-05 |
| Marked as misclassified |
No |
| Message-id |
<1297352253.48.0.640484593798.issue7330@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Thanks haypo!
Here is the updated patch, it add the tests about width modifiers and precision modifiers of %S, %R, %A. Besides I don't know how to add tests of %s, since when calling through ctypes, I could not get correct result value as python object from PyUnicode_FromFormat() with '%s' in format string as argument. |
|