Message55237
This implements PEP 3101, for the py3k branch.
Known issues:
Better error handling, per the PEP.
Need to write Formatter class.
test_long is failing, but I don't think it's my doing.
Need to fix this warning that I introduced when compiling
Python/formatter_unicode.c:
Objects/stringlib/unicodedefs.h:26: warning: `STRINGLIB_CMP' defined but
not used
Need more tests for sign handling for int and float.
It still supports "()" sign formatting from an earlier PEP version. |
| File name |
Uploaded |
|
pep3101.diff
|
eric.smith,
2007-08-24.03:51:50
|
|
| Date |
User |
Action |
Args |
| 2007-08-24 03:51:51 | eric.smith | set | spambayes_score: 0.163849 -> 0.163849 recipients:
+ eric.smith |
| 2007-08-24 03:51:50 | eric.smith | set | spambayes_score: 0.163849 -> 0.163849 messageid: <1187927510.72.0.527812998999.issue1009@psf.upfronthosting.co.za> |
| 2007-08-24 03:51:50 | eric.smith | link | issue1009 messages |
| 2007-08-24 03:51:50 | eric.smith | create | |
|