diff options
author | Georg Brandl <georg@python.org> | 2007-09-04 15:45:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-04 15:45:25 (GMT) |
commit | 2d14098125fbda2b4fbc24dbc1651974e233f535 (patch) | |
tree | ac3fb4e299d3cd6a30aa098cb47edd94093b6af5 /Doc/library/os.rst | |
parent | 476157bea5da669061633198b28cf7d18fa49370 (diff) | |
download | cpython-2d14098125fbda2b4fbc24dbc1651974e233f535.zip cpython-2d14098125fbda2b4fbc24dbc1651974e233f535.tar.gz cpython-2d14098125fbda2b4fbc24dbc1651974e233f535.tar.bz2 |
More abc docs.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index d62896b..387fe54 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -32,14 +32,6 @@ The :mod:`os` module contains many functions and data values. The items below and in the following sub-sections are all available directly from the :mod:`os` module. -.. % Frank Stajano <fstajano@uk.research.att.com> complained that it -.. % wasn't clear that the entries described in the subsections were all -.. % available at the module level (most uses of subsections are -.. % different); I think this is only a problem for the HTML version, -.. % where the relationship may not be as clear. -.. % - - .. exception:: error .. index:: module: errno |