File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ always available.
409409 * On Mac OS X, the encoding is ``'utf-8' ``.
410410
411411 * On Unix, the encoding is the user's preference according to the result of
412- nl_langinfo(CODESET), or `` 'utf-8' `` if `` nl_langinfo(CODESET) `` failed .
412+ nl_langinfo(CODESET).
413413
414414 * On Windows NT+, file names are Unicode natively, so no conversion is
415415 performed. :func: `getfilesystemencoding ` still returns ``'mbcs' ``, as
@@ -420,8 +420,7 @@ always available.
420420 * On Windows 9x, the encoding is ``'mbcs' ``.
421421
422422 .. versionchanged :: 3.2
423- On Unix, use ``'utf-8' `` instead of ``None `` if ``nl_langinfo(CODESET) ``
424- failed. :func: `getfilesystemencoding ` result cannot be ``None ``.
423+ :func: `getfilesystemencoding ` result cannot be ``None `` anymore.
425424
426425
427426.. function :: getrefcount(object)
You can’t perform that action at this time.
0 commit comments