]> granicus.if.org Git - python/commitdiff
Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 16 Jun 2004 04:53:46 +0000 (04:53 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 16 Jun 2004 04:53:46 +0000 (04:53 +0000)
Doc/lib/libsys.tex

index 8d66c7654e8c163ea9e7935466085e37e0292339..3b25e5aa41659e583d6b6794e86005026a5b6d53 100644 (file)
@@ -228,7 +228,10 @@ It is always available.
       according to the result of nl_langinfo(CODESET), or None if
       the nl_langinfo(CODESET) failed.
 \item On Windows NT+, file names are Unicode natively, so no conversion
-      is performed.
+      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}
 \end{funcdesc}