commit | f3c5611fef7cbd2ac8f0bf4e44bf11fe210817be | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 18 09:08:52 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 18 09:08:52 2004 +0000 |
tree | ea12bc951cb89f9db6270c657bedd9296b95d0c6 | |
parent | 39a317890fa7651e8f124c1a566af5f7a72da792 [diff] [blame] |
Patch #1029061: Always extract member names from the tarinfo.
diff --git a/Misc/NEWS b/Misc/NEWS index a6ca5fb..4daf763 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ 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