add str.format() request

This commit is contained in:
Benjamin Peterson 2009-03-09 20:21:16 +00:00
parent bf0aca7adf
commit f0b1ff933b
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Features for 3.1
- Update simplejson to the latest external version [#simplejson]_.
- Ordered dictionary for collections [#ordered]_.
- Fixing contextlib.nested() [#contextlib]_.
- auto-numbered replacement fields in str.format() strings [#strformat]_
Footnotes
@ -71,6 +72,9 @@ Footnotes
.. [#contextlib]
http://bugs.python.org/issue5251
.. [#strformat]
http://bugs.python.org/issue5237
Copyright