commit | a199368b230026fa37987852fe8802992a126ab7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jan 27 01:20:32 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jan 27 01:20:32 2011 +0000 |
tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee | |
parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c [diff] [blame] |
More source links.
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index d578a79..9b7071b 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst
@@ -8,6 +8,9 @@ .. moduleauthor:: Lars Gustäbel <lars@gustaebel.de> .. sectionauthor:: Lars Gustäbel <lars@gustaebel.de> +**Source code:** :source:`Lib/tarfile.py` + +-------------- The :mod:`tarfile` module makes it possible to read and write tar archives, including those using gzip or bz2 compression.