Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bbf4a6a2
Commit
bbf4a6a2
authored
Oct 05, 2002
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document patch #594001.
parent
60bdaa6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
Doc/lib/libos.tex
Doc/lib/libos.tex
+9
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libos.tex
View file @
bbf4a6a2
...
...
@@ -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
}
...
...
Misc/NEWS
View file @
bbf4a6a2
...
...
@@ -66,6 +66,8 @@ Type/class unification and new-style classes
Core
and
builtins
-----------------
-
Unicode
file
name
processing
for
Windows
(
PEP
277
)
is
implemented
.
-
Codec
error
handling
callbacks
(
PEP
293
)
are
implemented
.
Error
handling
in
unicode
.
encode
or
str
.
decode
can
now
be
customized
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment