add etree upgrade

This commit is contained in:
Benjamin Peterson 2009-03-14 15:50:10 +00:00
parent 01ddf563f6
commit ea6d8f96ed
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Features for 3.1
- 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]_
Footnotes
@ -73,6 +74,9 @@ Footnotes
.. [#strformat]
http://bugs.python.org/issue5237
.. [#etree]
http://bugs.python.org/issue1143
Copyright