[Python-checkins] python/dist/src/Doc/lib libposixpath.tex,1.32,1.33

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 04 Feb 2003 11:13:09 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv26414

Modified Files:
	libposixpath.tex 
Log Message:
supports_unicode_filenames was not in the right location.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** libposixpath.tex	31 Dec 2002 13:38:28 -0000	1.32
--- libposixpath.tex	4 Feb 2003 19:13:07 -0000	1.33
***************
*** 230,240 ****
  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
--- 230,233 ----
***************
*** 246,247 ****
--- 239,248 ----
  \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}