diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-05 09:46:48 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-05 09:46:48 +0000 |
| commit | a844f2d165fa7ee4ac1119b53105af5d350063d8 (patch) | |
| tree | ba0a9afda2c37f80861b21a9a746d52b2818b757 /Doc/lib/libos.tex | |
| parent | 92e4dd865709f4a4be2b11453ef4de954b8d7b14 (diff) | |
| download | cpython-git-a844f2d165fa7ee4ac1119b53105af5d350063d8.tar.gz | |
Document patch #594001.
Diffstat (limited to 'Doc/lib/libos.tex')
| -rw-r--r-- | Doc/lib/libos.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5cbeeebf75..afbea54ca6 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -635,6 +635,12 @@ Return a string representing the current working directory. Availability: Macintosh, \UNIX, Windows. \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}. Availability: \UNIX. @@ -670,6 +676,9 @@ The list is in arbitrary order. It does not include the special entries \code{'.'} and \code{'..'} even if they are present in the 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} \begin{funcdesc}{lstat}{path} |
