diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-04 23:11:10 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-04 23:11:10 (GMT) |
commit | f6c2e894aec9c373b658b0aaa13d7e54da10f3ad (patch) | |
tree | 1787fb338d0b786f35f6fdcb30998aa87cfd97cc /Doc/library/os.path.rst | |
parent | b48925a4060243688c108d0df1e102eb7a1580d0 (diff) | |
download | cpython-f6c2e894aec9c373b658b0aaa13d7e54da10f3ad.zip cpython-f6c2e894aec9c373b658b0aaa13d7e54da10f3ad.tar.gz cpython-f6c2e894aec9c373b658b0aaa13d7e54da10f3ad.tar.bz2 |
#16135: Removal of OS/2 support (Docs)
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r-- | Doc/library/os.path.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 20a84b6..1053fa3 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -37,7 +37,6 @@ applications should use string objects to access all files. * :mod:`posixpath` for UNIX-style paths * :mod:`ntpath` for Windows paths * :mod:`macpath` for old-style MacOS paths - * :mod:`os2emxpath` for OS/2 EMX paths .. function:: abspath(path) |