diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:43:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:43:56 (GMT) |
commit | be5229ec0453e5ee9d3932e8e532492936a20845 (patch) | |
tree | 80cdc806d4f195d174f00422ba61223615d26091 /Doc/library/python.rst | |
parent | 35e8c4653455ceeac5b49b369b4c11be6096ea17 (diff) | |
download | cpython-be5229ec0453e5ee9d3932e8e532492936a20845.zip cpython-be5229ec0453e5ee9d3932e8e532492936a20845.tar.gz cpython-be5229ec0453e5ee9d3932e8e532492936a20845.tar.bz2 |
Removed documentation for future_builtins
Diffstat (limited to 'Doc/library/python.rst')
-rw-r--r-- | Doc/library/python.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index 379d508..0fdfa53 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst @@ -14,7 +14,6 @@ overview: sys.rst builtins.rst - future_builtins.rst __main__.rst warnings.rst contextlib.rst |