Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.

This commit is contained in:
Martin v. Löwis 2004-06-16 04:53:46 +00:00
parent aefde435ef
commit 64af6c545c
1 changed files with 4 additions and 1 deletions

View 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}