add str.format() request
This commit is contained in:
parent
bf0aca7adf
commit
f0b1ff933b
|
@ -54,6 +54,7 @@ Features for 3.1
|
||||||
- Update simplejson to the latest external version [#simplejson]_.
|
- Update simplejson to the latest external version [#simplejson]_.
|
||||||
- Ordered dictionary for collections [#ordered]_.
|
- Ordered dictionary for collections [#ordered]_.
|
||||||
- Fixing contextlib.nested() [#contextlib]_.
|
- Fixing contextlib.nested() [#contextlib]_.
|
||||||
|
- auto-numbered replacement fields in str.format() strings [#strformat]_
|
||||||
|
|
||||||
|
|
||||||
Footnotes
|
Footnotes
|
||||||
|
@ -71,6 +72,9 @@ Footnotes
|
||||||
.. [#contextlib]
|
.. [#contextlib]
|
||||||
http://bugs.python.org/issue5251
|
http://bugs.python.org/issue5251
|
||||||
|
|
||||||
|
.. [#strformat]
|
||||||
|
http://bugs.python.org/issue5237
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue