remove some things that didn't happen

This commit is contained in:
Benjamin Peterson 2009-05-30 19:49:15 +00:00
parent 23404af75c
commit b5ecf29e15
1 changed files with 0 additions and 5 deletions

View File

@ -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