Mailing List Archive

python/dist/src/Doc/lib libos.tex,1.96,1.97
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19723/Doc/lib

Modified Files:
libos.tex
Log Message:
Document patch #594001.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** libos.tex 9 Sep 2002 16:17:45 -0000 1.96
--- libos.tex 5 Oct 2002 09:46:48 -0000 1.97
***************
*** 636,639 ****
--- 636,645 ----
\end{funcdesc}

+ \begin{funcdesc}{getcwdu}{}
+ Return a Unicode object representing the current working directory.
+ Availability: \UNIX, Windows.
+ \versionadded{2.3}
+ \end{funcdesc}
+
\begin{funcdesc}{chroot}{path}
Change the root directory of the current process to \var{path}.
***************
*** 671,674 ****
--- 677,683 ----
directory.
Availability: Macintosh, \UNIX, Windows.
+
+ \versionadded[.On Windows NT/2k/XP, if \var{path} is a Unicode object,
+ the result will be a list of Unicode objects.]{2.3}
\end{funcdesc}