[Python-Dev] Deciding against the CLA

2013-04-14 Thread Stephen J. Turnbull
Ben Finney writes: > "Stephen J. Turnbull" writes: > > > Mark Lawrence writes: > > > > > People already use the bug tracker as an excuse not to > > > contribute, wouldn't this requirement make the situation > > > worse? > > > > A failure to sign the CLA is already a decision not to co

Re: [Python-Dev] Deciding against the CLA

2013-04-14 Thread Steven D'Aprano
On 13/04/13 20:30, Ben Finney wrote: "Stephen J. Turnbull" writes: Mark Lawrence writes: > People already use the bug tracker as an excuse not to contribute, > wouldn't this requirement make the situation worse? A failure to sign the CLA is already a decision not to contribute to the dis

Re: [Python-Dev] [Python-checkins] cpython: Issue #17693: CJK encoders now use the new Unicode API (PEP 393)

2013-04-14 Thread Victor Stinner
Hi, 2013/4/14 Nick Coghlan : > On Sun, Apr 14, 2013 at 10:06 AM, victor.stinner > wrote: >> http://hg.python.org/cpython/rev/d621bdaed7c3 >> changeset: 83317:d621bdaed7c3 >> user:Victor Stinner >> date:Sun Apr 14 02:06:32 2013 +0200 >> summary: >> Issue #17693: CJK encoders n

Re: [Python-Dev] [Python-checkins] cpython: Issue #17693: CJK encoders now use the new Unicode API (PEP 393)

2013-04-14 Thread Nick Coghlan
On Sun, Apr 14, 2013 at 9:49 PM, Nick Coghlan wrote: > On Sun, Apr 14, 2013 at 10:06 AM, victor.stinner > wrote: >> http://hg.python.org/cpython/rev/d621bdaed7c3 >> changeset: 83317:d621bdaed7c3 >> user:Victor Stinner >> date:Sun Apr 14 02:06:32 2013 +0200 >> summary: >> Issu

Re: [Python-Dev] [Python-checkins] cpython: Issue #17693: CJK encoders now use the new Unicode API (PEP 393)

2013-04-14 Thread Nick Coghlan
On Sun, Apr 14, 2013 at 10:06 AM, victor.stinner wrote: > http://hg.python.org/cpython/rev/d621bdaed7c3 > changeset: 83317:d621bdaed7c3 > user:Victor Stinner > date:Sun Apr 14 02:06:32 2013 +0200 > summary: > Issue #17693: CJK encoders now use the new Unicode API (PEP 393) I'

Re: [Python-Dev] casefolding in pathlib (PEP 428)

2013-04-14 Thread Tim Golden
On 12/04/2013 22:15, Larry Hastings wrote: On 04/12/2013 10:05 AM, Guido van Rossum wrote: On Fri, Apr 12, 2013 at 1:39 AM, Antoine Pitrou wrote: I think we want glob("*.py") to find "SETUP.PY" under Windows. Anything else will probably be surprising to users of that platform. Yeah, I suppos