This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lars.gustaebel
Recipients
Date 2006-07-27.16:22:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In the "New, Improved and Removed Modules" section of
"What's new in Python 2.5", it is said to be new that a
tarfile's compression can be autodetected using mode
"r|*". This is not quite right.

New about the "r|*" mode is that it can autodetect
compression of a tarfile opened in *stream mode* which
was not possible before.

Attached is a patch against whatsnew25.tex in current
SVN HEAD.
History
Date User Action Args
2007-08-23 15:53:48adminlinkissue1529811 messages
2007-08-23 15:53:48admincreate