diff options
author | Georg Brandl <georg@python.org> | 2007-09-04 08:11:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-04 08:11:03 (GMT) |
commit | aeaa546d7eb025fe68bc76dbbcaf5b6a97740140 (patch) | |
tree | b2b9277b3872c399df7b5639b6b5747442cefdcf /Doc/library/python.rst | |
parent | 7a8e58249c0bc798aae5c662a5d752db736cb1ea (diff) | |
download | cpython-aeaa546d7eb025fe68bc76dbbcaf5b6a97740140.zip cpython-aeaa546d7eb025fe68bc76dbbcaf5b6a97740140.tar.gz cpython-aeaa546d7eb025fe68bc76dbbcaf5b6a97740140.tar.bz2 |
Initial documentation for the `abc` module.
Diffstat (limited to 'Doc/library/python.rst')
-rw-r--r-- | Doc/library/python.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index 3b58eee..3384322 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst @@ -17,6 +17,7 @@ overview: __main__.rst warnings.rst contextlib.rst + abc.rst atexit.rst traceback.rst __future__.rst |