mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
supports_unicode_filenames was not in the right location.
This commit is contained in:
parent
bda1c86daf
commit
604ade4ebd
1 changed files with 8 additions and 7 deletions
|
|
@ -229,13 +229,6 @@ avoid visiting certain parts of the tree. (The object referred to by
|
||||||
\var{names} must be modified in place, using \keyword{del} or slice
|
\var{names} must be modified in place, using \keyword{del} or slice
|
||||||
assignment.)
|
assignment.)
|
||||||
|
|
||||||
\begin{datadesc}{supports_unicode_filenames}
|
|
||||||
True if arbitrary Unicode strings can be used as file names (within
|
|
||||||
limitations imposed by the file system), and if os.listdir returns
|
|
||||||
Unicode strings for a Unicode argument.
|
|
||||||
\versionadded{2.3}
|
|
||||||
\end{datadesc}
|
|
||||||
|
|
||||||
\begin{notice}
|
\begin{notice}
|
||||||
Symbolic links to directories are not treated as subdirectories, and
|
Symbolic links to directories are not treated as subdirectories, and
|
||||||
that \function{walk()} therefore will not visit them. To visit linked
|
that \function{walk()} therefore will not visit them. To visit linked
|
||||||
|
|
@ -245,3 +238,11 @@ directories you must identify them with
|
||||||
necessary.
|
necessary.
|
||||||
\end{notice}
|
\end{notice}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
\begin{datadesc}{supports_unicode_filenames}
|
||||||
|
True if arbitrary Unicode strings can be used as file names (within
|
||||||
|
limitations imposed by the file system), and if
|
||||||
|
\function{os.listdir()} returns Unicode strings for a Unicode
|
||||||
|
argument.
|
||||||
|
\versionadded{2.3}
|
||||||
|
\end{datadesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue