commit | afd05da314af990099ab696a8f69978a6e982f63 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jun 07 17:11:00 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jun 07 17:11:00 2008 +0000 |
tree | 71463b89e0445d6fece11f4db0c9141c43354fc5 | |
parent | 60fbf7f8bb83dd10a8d71ae763f845e688399fa0 [diff] [blame] |
Backport docs for abc module to 2.6.
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index d9a37bb..e956f34 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst
@@ -18,6 +18,7 @@ __main__.rst warnings.rst contextlib.rst + abc.rst atexit.rst traceback.rst __future__.rst