summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-06-17 08:41:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-06-17 08:41:22 (GMT)
commitbce166681cf18cb2e6ce61c937acbe7e5fdfafae (patch)
tree9f29fd9890427cd27226d790606aa35d484bfe68 /Misc
parent1e5d0ff8a02d18367001f009886241319331cc3f (diff)
downloadcpython-bce166681cf18cb2e6ce61c937acbe7e5fdfafae.zip
cpython-bce166681cf18cb2e6ce61c937acbe7e5fdfafae.tar.gz
cpython-bce166681cf18cb2e6ce61c937acbe7e5fdfafae.tar.bz2
Issue #14055: Add __sizeof__ support to _elementtree.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d221d5..18e381b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #14055: Add __sizeof__ support to _elementtree.
+
- Issue #15054: A bug in tokenize.tokenize that caused string literals
with 'b' prefixes to be incorrectly tokenized has been fixed.
Patch by Serhiy Storchaka.