commit | 3e8c189faae661d44c61839986614fce595fc404 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Thu Mar 11 14:36:19 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Thu Mar 11 14:36:19 2010 +0000 |
tree | c9c60cc605a3f23a4af6cba9f2e40fb96ad9dc28 | |
parent | 4478662f8398b2f82d6afab80afb6d5f99b01187 [diff] |
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
diff --git a/Misc/NEWS b/Misc/NEWS index a64bd16..59a7bc3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Library ------- +- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The + cElementTree module is updated too. + - Issue #7880: Fix sysconfig when the python executable is a symbolic link. - Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style