[Python-checkins] python/dist/src/Misc NEWS,1.1136,1.1137

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 18 11:08:56 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11703/Misc

Modified Files:
	NEWS 
Log Message:
Patch #1029061: Always extract member names from the tarinfo.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1136
retrieving revision 1.1137
diff -u -d -r1.1136 -r1.1137
--- NEWS	18 Sep 2004 09:03:49 -0000	1.1136
+++ NEWS	18 Sep 2004 09:08:52 -0000	1.1137
@@ -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



More information about the Python-checkins mailing list