]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Moved posixpath to os.path.
authorFred Drake <fdrake@acm.org>
Tue, 2 Feb 1999 19:00:37 +0000 (19:00 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Feb 1999 19:00:37 +0000 (19:00 +0000)
Doc/lib/lib.tex

index 87c63c9732b24ab22465a838c3004432b9a9503e..e036e4264655ad183b0a49653d207b7e61fd580e 100644 (file)
@@ -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}