summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2008-08-02 11:43:24 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2008-08-02 11:43:24 (GMT)
commit0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722 (patch)
tree0fec88f59b91ca53438b3bca69c7bebb35593b60 /Misc
parent8e746e3e2d32cfebabda1ad3ccdf069d7a471df9 (diff)
downloadcpython-0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722.zip
cpython-0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722.tar.gz
cpython-0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722.tar.bz2
Remove the TarFileCompat class from tarfile.py.
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 b7d4992..3679a5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and Builtins
Library
-------
+- Remove the TarFileCompat class from tarfile.py.
+
- Issue #2491: os.fdopen is now almost an alias for the built-in open(), and
accepts the same parameters. It just checks that its first argument is an
integer.