Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Nick Coghlan
On 14 Jan 2014 03:34, "Guido van Rossum" wrote: > > On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan wrote: > > On 13 January 2014 23:57, Augie Fackler wrote: > >> 1) What do we need in terms of functionality > >> > >> Best guess, %s, %d, and %f. I've not done a full audit of the code, but some > >

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Serhiy Storchaka
13.01.14 15:57, Augie Fackler написав(ла): 1) What do we need in terms of functionality Best guess, %s, %d, and %f. I've not done a full audit of the code, but some limited looking over the grep hits for % in .py files suggests I'm right, and we could even do without %f (we only use that for 'hg

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Antoine Pitrou
On Mon, 13 Jan 2014 18:51:32 + (UTC) Augie Fackler wrote: > > (Please don't remove me from the CC list - I could only respond via gmane > because I'm not subscribed to python-dev.) Responding via gmane is what I do, too :-) My NNTP client doesn't allow SMTP / NNTP mixed postings, so I'm forc

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
Antoine Pitrou pitrou.net> writes: > > On Mon, 13 Jan 2014 09:34:39 -0800 > Guido van Rossum python.org> wrote: > > On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan gmail.com> wrote: > > > On 13 January 2014 23:57, Augie Fackler durin42.com> wrote: > > >> 1) What do we need in terms of functiona

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
On Mon, Jan 13, 2014 at 12:39 PM, Guido van Rossum wrote: > On Mon, Jan 13, 2014 at 9:37 AM, Augie Fackler wrote: > > > > On Mon, Jan 13, 2014 at 12:34 PM, Guido van Rossum > wrote: > >> > >> On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan > wrote: > >> > On 13 January 2014 23:57, Augie Fackler

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
On Mon, Jan 13, 2014 at 12:34 PM, Guido van Rossum wrote: > On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan wrote: > > On 13 January 2014 23:57, Augie Fackler wrote: > >> 1) What do we need in terms of functionality > >> > >> Best guess, %s, %d, and %f. I've not done a full audit of the code, but

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Antoine Pitrou
On Mon, 13 Jan 2014 09:34:39 -0800 Guido van Rossum wrote: > On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan wrote: > > On 13 January 2014 23:57, Augie Fackler wrote: > >> 1) What do we need in terms of functionality > >> > >> Best guess, %s, %d, and %f. I've not done a full audit of the code, but

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Guido van Rossum
On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan wrote: > On 13 January 2014 23:57, Augie Fackler wrote: >> 1) What do we need in terms of functionality >> >> Best guess, %s, %d, and %f. I've not done a full audit of the code, but some >> limited looking over the grep hits for % in .py files suggest

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Guido van Rossum
On Mon, Jan 13, 2014 at 9:37 AM, Augie Fackler wrote: > > On Mon, Jan 13, 2014 at 12:34 PM, Guido van Rossum wrote: >> >> On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan wrote: >> > On 13 January 2014 23:57, Augie Fackler wrote: >> >> 1) What do we need in terms of functionality >> >> >> >> Best

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Nick Coghlan
On 13 January 2014 23:57, Augie Fackler wrote: > (sorry for not piling on any existing threads - I don't subscribe to > python-dev due to lack of time) > > Brett Cannon asked me to chime in - I haven't actually read the very long > thread at this point, I'm just providing responses to things Brett