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 eric.araujo
Recipients doko, eric.araujo, eysispeisi, georg.brandl, itkach, koen, lars.gustaebel, loewis, nadeem.vawda, nikratio, pitrou, proyvind, python-dev, v+python, vstinner
Date 2011-12-12.16:11:53
SpamBayes Score 2.5117915e-08
Marked as misclassified No
Message-id <1323706314.16.0.572302695297.issue5689@psf.upfronthosting.co.za>
In-reply-to
Content
Lars, as part of a small doc patch I want to change this in tarfile.rst:

   The :mod:`tarfile` module makes it possible to read and write tar
   archives, including those using gzip or bz2 compression.
  -(:file:`.zip` files can be read and written using the :mod:`zipfile` module.)
  +Use the :mod:`zipfile` module to read or write :file:`.zip` files, or the
  +higher-level functions in :ref:`shutil <archiving-operations>`.

Any objection?
History
Date User Action Args
2011-12-12 16:11:54eric.araujosetrecipients: + eric.araujo, loewis, georg.brandl, doko, lars.gustaebel, pitrou, vstinner, koen, nadeem.vawda, v+python, proyvind, nikratio, itkach, eysispeisi, python-dev
2011-12-12 16:11:54eric.araujosetmessageid: <1323706314.16.0.572302695297.issue5689@psf.upfronthosting.co.za>
2011-12-12 16:11:53eric.araujolinkissue5689 messages
2011-12-12 16:11:53eric.araujocreate