commit | aeaa546d7eb025fe68bc76dbbcaf5b6a97740140 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Sep 04 08:11:03 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Sep 04 08:11:03 2007 +0000 |
tree | b2b9277b3872c399df7b5639b6b5747442cefdcf | |
parent | 7a8e58249c0bc798aae5c662a5d752db736cb1ea [diff] [blame] |
Initial documentation for the `abc` module.
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 @@ __main__.rst warnings.rst contextlib.rst + abc.rst atexit.rst traceback.rst __future__.rst