Issue1009
Created on 2007-08-24 03:51 by eric.smith, last changed 2007-08-29 20:33 by gvanrossum.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
pep3101.diff
|
eric.smith,
2007-08-24 03:51
|
|
|
|
|
msg55237 - (view) |
Author: Eric Smith (eric.smith) |
Date: 2007-08-24 03:51 |
|
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.
|
|
msg55284 - (view) |
Author: Eric Smith (eric.smith) |
Date: 2007-08-25 09:19 |
|
Closed, code was checked in revision 57444.
|
|
msg55285 - (view) |
Author: Eric Smith (eric.smith) |
Date: 2007-08-25 09:21 |
|
I tried to close it, without success. Possible tracker issue, I'll
investigate.
It should be closed!
|
|
| Date |
User |
Action |
Args |
| 2007-08-29 20:33:59 | gvanrossum | set | status: open -> closed resolution: accepted |
| 2007-08-25 09:21:28 | eric.smith | set | messages:
+ msg55285 |
| 2007-08-25 09:19:54 | eric.smith | set | messages:
+ msg55284 versions:
+ Python 3.0, - Python 2.6 |
| 2007-08-24 04:49:27 | eric.smith | set | versions:
+ Python 2.6 |
| 2007-08-24 03:51:50 | eric.smith | create | |
|