This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith
Date 2007-08-24.03:51:50
SpamBayes Score 0.16384862
Marked as misclassified No
Message-id <1187927510.72.0.527812998999.issue1009@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
pep3101.diff eric.smith, 2007-08-24.03:51:50
History
Date User Action Args
2007-08-24 03:51:51eric.smithsetspambayes_score: 0.163849 -> 0.16384862
recipients: + eric.smith
2007-08-24 03:51:50eric.smithsetspambayes_score: 0.163849 -> 0.163849
messageid: <1187927510.72.0.527812998999.issue1009@psf.upfronthosting.co.za>
2007-08-24 03:51:50eric.smithlinkissue1009 messages
2007-08-24 03:51:50eric.smithcreate