summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-02-04 19:13:07 (GMT)
committerFred Drake <fdrake@acm.org>2003-02-04 19:13:07 (GMT)
commit604ade4ebd258300776009fa462eb23ea4a24e2e (patch)
treed6701b6616f7c2da84ea88a211e952d4e1de5150 /Doc/lib/libposixpath.tex
parentbda1c86dafb3b614632717e5330f8d029a8151d1 (diff)
downloadcpython-604ade4ebd258300776009fa462eb23ea4a24e2e.zip
cpython-604ade4ebd258300776009fa462eb23ea4a24e2e.tar.gz
cpython-604ade4ebd258300776009fa462eb23ea4a24e2e.tar.bz2
supports_unicode_filenames was not in the right location.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r--Doc/lib/libposixpath.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index 66fbf14..2b26954 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -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
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}
Symbolic links to directories are not treated as subdirectories, and
that \function{walk()} therefore will not visit them. To visit linked
@@ -245,3 +238,11 @@ directories you must identify them with
necessary.
\end{notice}
\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}