remove some things that didn't happen
This commit is contained in:
parent
23404af75c
commit
b5ecf29e15
|
@ -47,11 +47,9 @@ Features for 3.1
|
|||
|
||||
- importlib
|
||||
- io in C
|
||||
- A reworked email package
|
||||
- Adding an IP Address library to the stdlib [#iplib]_.
|
||||
- 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]_
|
||||
- Upgrading xml.etree to the latest external version [#etree]_
|
||||
- Nested with-statements in one with statement
|
||||
|
@ -69,9 +67,6 @@ Footnotes
|
|||
.. [#ordered] PEP 372
|
||||
http://www.python.org/dev/peps/pep-0372/
|
||||
|
||||
.. [#contextlib]
|
||||
http://bugs.python.org/issue5251
|
||||
|
||||
.. [#strformat]
|
||||
http://bugs.python.org/issue5237
|
||||
|
||||
|
|
Loading…
Reference in New Issue