Re: [Python-Dev] [Python-checkins] cpython (3.3): Issue #19728: Fix sys.getfilesystemencoding() documentation

2013-12-02 Thread Nick Coghlan
On 2 Dec 2013 21:18, "victor.stinner"  wrote:
>
> http://hg.python.org/cpython/rev/b231e0c3fd26
> changeset:   87692:b231e0c3fd26
> branch:  3.3
> parent:  87690:7d3297f127ae
> user:Victor Stinner 
> date:Mon Dec 02 12:16:46 2013 +0100
> summary:
>   Issue #19728: Fix sys.getfilesystemencoding() documentation

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).

Cheers,
Nick.

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


Re: [Python-Dev] [Python-checkins] cpython (3.3): Issue #19728: Fix sys.getfilesystemencoding() documentation

2013-12-02 Thread Victor Stinner
Oops, I happens to me sometimes when I open too many tabs in Firefox.

The correct issue number is #19847: "Setting the default filesystem-encoding".

Victor

2013/12/2 Nick Coghlan :
> On 2 Dec 2013 21:18, "victor.stinner"  wrote:
>>
>> http://hg.python.org/cpython/rev/b231e0c3fd26
>> changeset:   87692:b231e0c3fd26
>> branch:  3.3
>> parent:  87690:7d3297f127ae
>> user:Victor Stinner 
>> date:Mon Dec 02 12:16:46 2013 +0100
>> summary:
>>   Issue #19728: Fix sys.getfilesystemencoding() documentation
>
> 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).
>
> Cheers,
> Nick.
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] PEP 0404 and VS 2010

2013-12-02 Thread Steve Holden
Christian Tismer  stackless.com> writes:

> 
> Howdy friends,
> 
> according to pep 404, there will never be an official Python 2.8.
> The migration path is from 2.7 to 3.x.
> 
[...]
> And if not, what do you suggest then?

Stackless Python 2.799

> It will be submitted by end of November, thanks for your quick responses!
> 
Oops, too quick!

> all the best -- Chris
> 

And to you.

Steve

___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com