diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-02 19:00:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-02 19:00:37 (GMT) |
commit | 12ba7868e4f77b38b4edf8a06573c73e2d27be17 (patch) | |
tree | 43bae0ab0b3a7a725a821cb37369f98d16b72879 /Doc/lib/lib.tex | |
parent | 560bcae0f01ff462fa714a25e9d003e79b518d96 (diff) | |
download | cpython-12ba7868e4f77b38b4edf8a06573c73e2d27be17.zip cpython-12ba7868e4f77b38b4edf8a06573c73e2d27be17.tar.gz cpython-12ba7868e4f77b38b4edf8a06573c73e2d27be17.tar.bz2 |
Moved posixpath to os.path.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 87c63c9..e036e42 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -122,6 +122,7 @@ add new extensions to Python and how to embed it in other applications. \input{liballos} % Generic Operating System Services \input{libos} +\input{libposixpath} % os.path \input{libtime} \input{libgetpass} \input{libgetopt} @@ -146,7 +147,6 @@ add new extensions to Python and how to embed it in other applications. \input{libunix} % UNIX Specific Services \input{libposix} -\input{libposixpath} \input{libpwd} \input{libgrp} \input{libcrypt} |