[New-bugs-announce] [issue1009] Implementation of PEP 3101, Advanced String Formatting

Eric V. Smith report at bugs.python.org
Fri Aug 24 05:51:50 CEST 2007


New submission from Eric V. Smith:

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.

----------
components: Interpreter Core
files: pep3101.diff
messages: 55237
nosy: eric.smith
severity: normal
status: open
title: Implementation of PEP 3101, Advanced String Formatting

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1009>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pep3101.diff
Type: application/octet-stream
Size: 86515 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070824/7f022f48/attachment-0001.obj 


More information about the New-bugs-announce mailing list