summaryrefslogtreecommitdiffstats
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 (GMT)
commit469271d4ea02322f526414c0ed51556410b0d3e6 (patch)
tree26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/gzip.rst
parent1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff)
downloadcpython-469271d4ea02322f526414c0ed51556410b0d3e6.zip
cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz
cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.bz2
More source links
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r--Doc/library/gzip.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
index 82f10b9..a2fa3fa 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -4,6 +4,10 @@
.. module:: gzip
:synopsis: Interfaces for gzip compression and decompression using file objects.
+**Source code:** :source:`Lib/gzip.py`
+
+--------------
+
This module provides a simple interface to compress and decompress files just
like the GNU programs :program:`gzip` and :program:`gunzip` would.