summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-09-18 09:08:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-09-18 09:08:52 (GMT)
commitf3c5611fef7cbd2ac8f0bf4e44bf11fe210817be (patch)
treeea12bc951cb89f9db6270c657bedd9296b95d0c6 /Misc
parent39a317890fa7651e8f124c1a566af5f7a72da792 (diff)
downloadcpython-f3c5611fef7cbd2ac8f0bf4e44bf11fe210817be.zip
cpython-f3c5611fef7cbd2ac8f0bf4e44bf11fe210817be.tar.gz
cpython-f3c5611fef7cbd2ac8f0bf4e44bf11fe210817be.tar.bz2
Patch #1029061: Always extract member names from the tarinfo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6ca5fb..4daf763 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Extension modules
Library
-------
+- The (undocumented) tarfile.Tarfile.membernames has been removed;
+ applications should use the getmember function.
+
- httplib now offers symbolic constants for the HTTP status codes.
- SF bug #1028306: Trying to compare a ``datetime.date`` to a