summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2008-04-14 10:05:48 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2008-04-14 10:05:48 (GMT)
commitc2ea8c6c3ace398ed757f104d59b32ecad046281 (patch)
treed872662366247b986ae63e1a787b434937682576 /Misc/NEWS
parent13d4a61075d4340cd7aa1308b2a0b25aac2cc353 (diff)
downloadcpython-c2ea8c6c3ace398ed757f104d59b32ecad046281.zip
cpython-c2ea8c6c3ace398ed757f104d59b32ecad046281.tar.gz
cpython-c2ea8c6c3ace398ed757f104d59b32ecad046281.tar.bz2
Issue #2058: Remove the buf attribute and add __slots__ to the
TarInfo class in order to reduce tarfile's memory usage.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 40de496..58524ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Extension Modules
Library
-------
+- Issue #2058: Remove the buf attribute and add __slots__ to the TarInfo
+ class in order to reduce tarfile's memory usage.
+
- Bug #2606: Avoid calling .sort() on a dict_keys object.
- The bundled libffi copy is now in sync with the recently released