[Python-checkins] r50900 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Fri Jul 28 14:07:12 CEST 2006


Author: andrew.kuchling
Date: Fri Jul 28 14:07:12 2006
New Revision: 50900

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
[Patch #1529811] Correction to description of r|* mode

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Fri Jul 28 14:07:12 2006
@@ -1687,8 +1687,8 @@
 a different directory as the extraction target, and to unpack only a
 subset of the archive's members.
 
-A tarfile's compression can be autodetected by 
-using the mode \code{'r|*'}.
+The compression used for a tarfile opened in stream mode can now be
+autodetected using the mode \code{'r|*'}.
 % patch 918101
 (Contributed by Lars Gust\"abel.)
 
@@ -2430,7 +2430,7 @@
 
 The author would like to thank the following people for offering
 suggestions, corrections and assistance with various drafts of this
-article: Nick Coghlan, Phillip J. Eby, Raymond Hettinger, Ralf
+article: Nick Coghlan, Phillip J. Eby, Lars Gust\"abel, Raymond Hettinger, Ralf
 W. Grosse-Kunstleve, Kent Johnson, Martin von~L\"owis, Fredrik Lundh,
 Gustavo Niemeyer, James Pryor, Mike Rovner, Scott Weikart, Barry
 Warsaw, Thomas Wouters.


More information about the Python-checkins mailing list