<p dir="ltr"><br>
On 2 Dec 2013 21:18, "victor.stinner" <<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>> wrote:<br>
><br>
> <a href="http://hg.python.org/cpython/rev/b231e0c3fd26">http://hg.python.org/cpython/rev/b231e0c3fd26</a><br>
> changeset:   87692:b231e0c3fd26<br>
> branch:      3.3<br>
> parent:      87690:7d3297f127ae<br>
> user:        Victor Stinner <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>><br>
> date:        Mon Dec 02 12:16:46 2013 +0100<br>
> summary:<br>
>   Issue #19728: Fix sys.getfilesystemencoding() documentation</p>
<p dir="ltr">This doesn't appear to be the right issue number (ironically, this number refers to the PEP 453 Windows installer one I was trying to reference when I got a commit message wrong the other day and ended up referencing an asyncio bug instead).</p>

<p dir="ltr">Cheers,<br>
Nick.<br></p>
<p dir="ltr">><br>
> files:<br>
>   Doc/library/sys.rst |  5 ++---<br>
>   1 files changed, 2 insertions(+), 3 deletions(-)<br>
><br>
><br>
> diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst<br>
> --- a/Doc/library/sys.rst<br>
> +++ b/Doc/library/sys.rst<br>
> @@ -409,7 +409,7 @@<br>
>     * On Mac OS X, the encoding is ``'utf-8'``.<br>
><br>
>     * On Unix, the encoding is the user's preference according to the result of<br>
> -     nl_langinfo(CODESET), or ``'utf-8'`` if ``nl_langinfo(CODESET)`` failed.<br>
> +     nl_langinfo(CODESET).<br>
><br>
>     * On Windows NT+, file names are Unicode natively, so no conversion is<br>
>       performed. :func:`getfilesystemencoding` still returns ``'mbcs'``, as<br>
> @@ -420,8 +420,7 @@<br>
>     * On Windows 9x, the encoding is ``'mbcs'``.<br>
><br>
>     .. versionchanged:: 3.2<br>
> -      On Unix, use ``'utf-8'`` instead of ``None`` if ``nl_langinfo(CODESET)``<br>
> -      failed. :func:`getfilesystemencoding` result cannot be ``None``.<br>
> +      :func:`getfilesystemencoding` result cannot be ``None`` anymore.<br>
><br>
><br>
>  .. function:: getrefcount(object)<br>
><br>
> --<br>
> Repository URL: <a href="http://hg.python.org/cpython">http://hg.python.org/cpython</a><br>
><br>
> _______________________________________________<br>
> Python-checkins mailing list<br>
> <a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-checkins">https://mail.python.org/mailman/listinfo/python-checkins</a><br>
><br>
</p>