Re: [Python-3000] PEP: Python3 and UnicodeDecodeError

2008-10-02 Thread Martin v. Löwis
>> sys.setdefaultencoding() should probably be dropped altogether from >> Python3. > > Isn't that method still there to allow other implementations to be more > permissive about allowing the default encoding to be changed? That never was my understanding - although it's an interesting thought. I

Re: [Python-3000] PEP: Python3 and UnicodeDecodeError

2008-10-02 Thread Victor Stinner
Le Thursday 02 October 2008 14:31:06, vous avez écrit : > Victor - the Python wiki is also one of the easiest places to work on > early PEP drafts. See > http://wiki.python.org/moin/PythonEnhancementProposals. Ok, I converted the document to the wiki syntax: http://wiki.python.org/moin/Python3Unic

Re: [Python-3000] PEP: Python3 and UnicodeDecodeError

2008-10-02 Thread Victor Stinner
Le Thursday 02 October 2008 14:07:50 M.-A. Lemburg, vous avez écrit : > On 2008-10-02 13:50, Victor Stinner wrote: > > This is a PEP (...) > > The PEP doesn't appear to address any potential changes. Wouldn't > it be better to add such information to the Python3 documentation > itself ?! I don't k

Re: [Python-3000] PEP: Python3 and UnicodeDecodeError

2008-10-02 Thread Nick Coghlan
M.-A. Lemburg wrote: > On 2008-10-02 13:50, Victor Stinner wrote: >> This is a PEP describing the behaviour of Python3 on UnicodeDecodeError. > > The PEP doesn't appear to address any potential changes. Wouldn't > it be better to add such information to the Python3 documentation > itself ?! True

Re: [Python-3000] PEP: Python3 and UnicodeDecodeError

2008-10-02 Thread M.-A. Lemburg
On 2008-10-02 13:50, Victor Stinner wrote: > This is a PEP describing the behaviour of Python3 on UnicodeDecodeError. The PEP doesn't appear to address any potential changes. Wouldn't it be better to add such information to the Python3 documentation itself ?! > It's > a *draft*, don't hesitate