[Python-checkins] python/dist/src/Doc/lib libsys.tex,1.71,1.72

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Jun 16 00:53:48 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20459

Modified Files:
	libsys.tex 
Log Message:
Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.


Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** libsys.tex	8 Jun 2004 14:01:27 -0000	1.71
--- libsys.tex	16 Jun 2004 04:53:46 -0000	1.72
***************
*** 229,233 ****
        the nl_langinfo(CODESET) failed.
  \item On Windows NT+, file names are Unicode natively, so no conversion
!       is performed.
  \end{itemize}
    \versionadded{2.3}
--- 229,236 ----
        the nl_langinfo(CODESET) failed.
  \item On Windows NT+, file names are Unicode natively, so no conversion
!       is performed. \code{getfilesystemencoding} still returns ``mbcs'',
!       as this is the encoding that applications should use when they
!       explicitly want to convert Unicode strings to byte strings that
!       are equivalent when used as file names.
  \end{itemize}
    \versionadded{2.3}




More information about the Python-checkins mailing list