[Python-checkins] python/dist/src/Misc NEWS,1.1267,1.1268

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Mar 5 13:47:46 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Patch #918101: Add tarfile open mode r|* for auto-detection of the
stream compression; add, for symmetry reasons, r:* as a synonym of r.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1267
retrieving revision 1.1268
diff -u -d -r1.1267 -r1.1268
--- NEWS	5 Mar 2005 06:47:57 -0000	1.1267
+++ NEWS	5 Mar 2005 12:47:42 -0000	1.1268
@@ -78,6 +78,9 @@
 Library
 -------
 
+- Patch #918101: Add tarfile open mode r|* for auto-detection of the 
+  stream compression; add, for symmetry reasons, r:* as a synonym of r.
+
 - Patch #1043890: Add extractall method to tarfile.
 
 - Patch #1075887: Don't require MSVC in distutils if there is nothing



More information about the Python-checkins mailing list