From: Fred Drake Date: Tue, 2 Feb 1999 19:00:37 +0000 (+0000) Subject: Moved posixpath to os.path. X-Git-Tag: v1.5.2b2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12ba7868e4f77b38b4edf8a06573c73e2d27be17;p=thirdparty%2FPython%2Fcpython.git Moved posixpath to os.path. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 87c63c9732b2..e036e4264655 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}