Commit 12ba7868 authored by Fred Drake's avatar Fred Drake

Moved posixpath to os.path.

parent 560bcae0
...@@ -122,6 +122,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -122,6 +122,7 @@ add new extensions to Python and how to embed it in other applications.
\input{liballos} % Generic Operating System Services \input{liballos} % Generic Operating System Services
\input{libos} \input{libos}
\input{libposixpath} % os.path
\input{libtime} \input{libtime}
\input{libgetpass} \input{libgetpass}
\input{libgetopt} \input{libgetopt}
...@@ -146,7 +147,6 @@ add new extensions to Python and how to embed it in other applications. ...@@ -146,7 +147,6 @@ add new extensions to Python and how to embed it in other applications.
\input{libunix} % UNIX Specific Services \input{libunix} % UNIX Specific Services
\input{libposix} \input{libposix}
\input{libposixpath}
\input{libpwd} \input{libpwd}
\input{libgrp} \input{libgrp}
\input{libcrypt} \input{libcrypt}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment