diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2008-04-14 10:05:48 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2008-04-14 10:05:48 (GMT) |
commit | c2ea8c6c3ace398ed757f104d59b32ecad046281 (patch) | |
tree | d872662366247b986ae63e1a787b434937682576 /Misc/NEWS | |
parent | 13d4a61075d4340cd7aa1308b2a0b25aac2cc353 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |