diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-09-29 20:12:35 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-09-29 20:12:35 (GMT) |
commit | 84d8baadbed31968b83a2a0f4ee4f770bbb32c7a (patch) | |
tree | a0a3f86f54df5b532ff9d73f3d024f0500f3271c /Misc | |
parent | cf6d2d90c5d0d689881565fa45ebc00048016912 (diff) | |
download | cpython-84d8baadbed31968b83a2a0f4ee4f770bbb32c7a.zip cpython-84d8baadbed31968b83a2a0f4ee4f770bbb32c7a.tar.gz cpython-84d8baadbed31968b83a2a0f4ee4f770bbb32c7a.tar.bz2 |
Fix xml.etree.ElementTree.Element.getiterator()
Issue #28314: Fix function declaration (C flags) for the getiterator() method
of xml.etree.ElementTree.Element.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Core and Builtins Library ------- +- Issue #28314: Fix function declaration (C flags) for the getiterator() method + of xml.etree.ElementTree.Element. + - Issue #28148: Stop using localtime() and gmtime() in the time module. |