add etree upgrade
This commit is contained in:
parent
01ddf563f6
commit
ea6d8f96ed
|
@ -53,6 +53,7 @@ Features for 3.1
|
||||||
- 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]_
|
- auto-numbered replacement fields in str.format() strings [#strformat]_
|
||||||
|
- Upgrading xml.etree to the latest external version [#etree]_
|
||||||
|
|
||||||
|
|
||||||
Footnotes
|
Footnotes
|
||||||
|
@ -73,6 +74,9 @@ Footnotes
|
||||||
.. [#strformat]
|
.. [#strformat]
|
||||||
http://bugs.python.org/issue5237
|
http://bugs.python.org/issue5237
|
||||||
|
|
||||||
|
.. [#etree]
|
||||||
|
http://bugs.python.org/issue1143
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue