add some things and links

This commit is contained in:
Benjamin Peterson 2009-02-27 21:52:57 +00:00
parent f3ed9e8e1d
commit 12360f5946
1 changed files with 13 additions and 4 deletions

View File

@ -50,13 +50,22 @@ Features for 3.1
- importlib
- io in C
- A reworked email package
- Adding an IP Address library to the stdlib.
- Adding an IP Address library to the stdlib [#iplib].
- Update simplejson to the latest external version [#simplejson]_.
- Ordered dictionary for collections [#ordered]_.
References
==========
Footnotes
=========
None yet!
.. [#iplib]
http://bugs.python.org/issue3959
.. [#simplejson]
http://bugs.python.org/issue4136
.. [#ordered] PEP 372
http://www.python.org/dev/peps/pep-0372/