Re: [Python-Dev] python 3.2 (fwd)

2011-02-16 Thread anatoly techtonik
On Wed, Feb 9, 2011 at 9:21 PM, Terry Reedy wrote: > On 2/9/2011 12:32 PM, s...@pobox.com wrote: >> >> Passing this along from webmaster. > > It is hard to reply to an attachment rather than inline forwarded message. >  However, with rc1 > import sqlite3 sqlite3.version > '2.6.0' sq

Re: [Python-Dev] devguide: Fix a silly statement.

2011-02-16 Thread anatoly techtonik
On Thu, Feb 10, 2011 at 10:08 PM, Georg Brandl wrote: > Am 10.02.2011 19:27, schrieb Brett Cannon: >> On Wed, Feb 9, 2011 at 23:10, Georg Brandl wrote: >>> Am 09.02.2011 23:58, schrieb brett.cannon: brett.cannon pushed 7101df1bd817 to devguide: http://hg.python.org/devguide/rev/710

Re: [Python-Dev] devguide: Fix a silly statement.

2011-02-16 Thread Éric Araujo
> Well, it's no good to keep using CVCS terms and mislead users. That the > "checkout" is not a checkout but a full repository is about the most important > fact about a hg (or any DVCS) clone. Well, to really use the Mercurial terms, what you have when you get stuff from a remote server to your

Re: [Python-Dev] python 3.2 (fwd)

2011-02-16 Thread Éric Araujo
> import sqlite3 > sqlite3.version >> '2.6.0' > sqlite3.sqlite_version >> '3.7.4' > > That's not intuitive. It is better to point sqlite3.version to the > actual version of sqlite3 used. We can’t break compatibility for such a small thing. However, it should be documented in http://d

[Python-Dev] 3.2.0

2011-02-16 Thread Terry Reedy
I would like the next release called 3.2.0 rather than just 3.2. 'x.y' is known to be ambiguous and confusing. In most actual usages, I believe, it refers to the latest x.y.z release. On the site, the 'x.y' docs are almost always the latest version of the docs (actually x.y.z+additional fixes)

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Brett Cannon
On Wed, Feb 16, 2011 at 09:34, Terry Reedy wrote: > I would like the next release called 3.2.0 rather than just 3.2. > > 'x.y' is known to be ambiguous and confusing. > > In most actual usages, I believe, it refers to the latest x.y.z release. On > the site, the 'x.y' docs are almost always the la

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Barry Warsaw
On Feb 16, 2011, at 12:34 PM, Terry Reedy wrote: >I would like the next release called 3.2.0 rather than just 3.2. +1 (I'd have said +0 for the humor of it :). -Barry signature.asc Description: PGP signature ___ Python-Dev mailing list Python-Dev@p

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Nick Coghlan
On Thu, Feb 17, 2011 at 5:05 AM, Barry Warsaw wrote: > On Feb 16, 2011, at 12:34 PM, Terry Reedy wrote: > >>I would like the next release called 3.2.0 rather than just 3.2. > > +1 > > (I'd have said +0 for the humor of it :). +0 I actually *am* only +0, since I like the idea in principle, but it

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Victor Stinner
Le mercredi 16 février 2011 à 14:05 -0500, Barry Warsaw a écrit : > On Feb 16, 2011, at 12:34 PM, Terry Reedy wrote: > > >I would like the next release called 3.2.0 rather than just 3.2. > > +1 > > (I'd have said +0 for the humor of it :). Should we write +1.0, +1.3 or just +1? Mark can

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Westley Martínez
On Wed, 2011-02-16 at 12:34 -0500, Terry Reedy wrote: > I would like the next release called 3.2.0 rather than just 3.2. - -1 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.p

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Raymond Hettinger
On Feb 16, 2011, at 2:39 PM, Nick Coghlan wrote: > On Thu, Feb 17, 2011 at 5:05 AM, Barry Warsaw wrote: >> On Feb 16, 2011, at 12:34 PM, Terry Reedy wrote: >> >>> I would like the next release called 3.2.0 rather than just 3.2. >> >> +1 >> >> (I'd have said +0 for the humor of it :). > > +0

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Terry Reedy
On 2/16/2011 5:39 PM, Nick Coghlan wrote: On Thu, Feb 17, 2011 at 5:05 AM, Barry Warsaw wrote: On Feb 16, 2011, at 12:34 PM, Terry Reedy wrote: I would like the next release called 3.2.0 rather than just 3.2. +1 (I'd have said +0 for the humor of it :). +0 I actually *am* only +0, since

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Georg Brandl
Am 17.02.2011 03:08, schrieb Raymond Hettinger: > > On Feb 16, 2011, at 2:39 PM, Nick Coghlan wrote: > >> On Thu, Feb 17, 2011 at 5:05 AM, Barry Warsaw wrote: >>> On Feb 16, 2011, at 12:34 PM, Terry Reedy wrote: >>> I would like the next release called 3.2.0 rather than just 3.2. >>> >>>

Re: [Python-Dev] 3.2.0

2011-02-16 Thread Senthil Kumaran
On Thu, Feb 17, 2011 at 1:34 AM, Terry Reedy wrote: > 'x.y' is known to be ambiguous and confusing. Not really. x.y seems to be saying it is a milestone (major release) and we all have got used to that convention. > In most actual usages, I believe, it refers to the latest x.y.z release. On W