Re: [Python-Dev] Repository builds as 2.7.8+

2015-05-13 Thread Terry Reedy
On 5/13/2015 6:22 PM, Antoine Pitrou wrote: On Wed, 13 May 2015 18:15:10 -0400 Terry Reedy wrote: On 5/13/2015 5:45 PM, Zachary Ware wrote: On Wed, May 13, 2015 at 4:05 PM, Terry Reedy wrote: Python 2.7.8+ (default, May 13 2015, 16:46:29) [MSC v.1500 32 bit (Intel)] on win32 Shouldn't this

Re: [Python-Dev] Repository builds as 2.7.8+

2015-05-13 Thread Antoine Pitrou
On Wed, 13 May 2015 18:15:10 -0400 Terry Reedy wrote: > On 5/13/2015 5:45 PM, Zachary Ware wrote: > > On Wed, May 13, 2015 at 4:05 PM, Terry Reedy wrote: > >> Python 2.7.8+ (default, May 13 2015, 16:46:29) [MSC v.1500 32 bit (Intel)] > >> on win32 > >> > >> Shouldn't this be 2.7.9+ or 2.7.10rc1?

Re: [Python-Dev] Repository builds as 2.7.8+

2015-05-13 Thread Terry Reedy
On 5/13/2015 5:45 PM, Zachary Ware wrote: On Wed, May 13, 2015 at 4:05 PM, Terry Reedy wrote: Python 2.7.8+ (default, May 13 2015, 16:46:29) [MSC v.1500 32 bit (Intel)] on win32 Shouldn't this be 2.7.9+ or 2.7.10rc1? Make sure your repository is up to date, the patchlevel is correct at the c

Re: [Python-Dev] Repository builds as 2.7.8+

2015-05-13 Thread Zachary Ware
On Wed, May 13, 2015 at 4:05 PM, Terry Reedy wrote: > Python 2.7.8+ (default, May 13 2015, 16:46:29) [MSC v.1500 32 bit (Intel)] > on win32 > > Shouldn't this be 2.7.9+ or 2.7.10rc1? Make sure your repository is up to date, the patchlevel is correct at the current tip of the 2.7 branch. -- Zach

[Python-Dev] Repository builds as 2.7.8+

2015-05-13 Thread Terry Reedy
Python 2.7.8+ (default, May 13 2015, 16:46:29) [MSC v.1500 32 bit (Intel)] on win32 Shouldn't this be 2.7.9+ or 2.7.10rc1? -- Terry Jan Reedy ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubs

Re: [Python-Dev] Fwd: [docs] Python documentation missing

2015-05-13 Thread Sandro Tosi
On Wed, May 13, 2015 at 1:36 PM, Benjamin Peterson wrote: > > > On Wed, May 13, 2015, at 13:22, Sandro Tosi wrote: >> Hello, >> this happens every time we cut a RC release: the files referenced in >> the download section are missing and (rightfully so) people complain > > In this case, it was beca

Re: [Python-Dev] Fwd: [docs] Python documentation missing

2015-05-13 Thread Benjamin Peterson
On Wed, May 13, 2015, at 13:22, Sandro Tosi wrote: > Hello, > this happens every time we cut a RC release: the files referenced in > the download section are missing and (rightfully so) people complain In this case, it was because the Python 3.5 docs were failing to build. Should be fixed in ~12

[Python-Dev] Fwd: [docs] Python documentation missing

2015-05-13 Thread Sandro Tosi
Hello, this happens every time we cut a RC release: the files referenced in the download section are missing and (rightfully so) people complain -- Forwarded message -- From: Ronald Legere Date: Wed, May 13, 2015 at 11:14 AM Subject: [docs] Python documentation missing To: d...@p

Re: [Python-Dev] cpython: Issue #20172: Convert the winsound module to Argument Clinic.

2015-05-13 Thread Zachary Ware
On Wed, May 13, 2015 at 1:50 AM, Serhiy Storchaka wrote: > On 13.05.15 09:32, zach.ware wrote: >> >> https://hg.python.org/cpython/rev/d3582826d24c >> changeset: 96006:d3582826d24c >> user:Zachary Ware >> date:Wed May 13 01:21:21 2015 -0500 >> summary: >>Issue #20172: Conver

Re: [Python-Dev] [Python-checkins] cpython: Issue #24064: Property() docstrings are now writeable.

2015-05-13 Thread Berker Peksağ
On Wed, May 13, 2015 at 11:56 AM, Eric V. Smith wrote: > On 5/13/2015 4:10 AM, raymond.hettinger wrote: >> https://hg.python.org/cpython/rev/1e8a768fa0a5 >> changeset: 96010:1e8a768fa0a5 >> user:Raymond Hettinger >> date:Wed May 13 01:09:59 2015 -0700 >> summary: >> Issue #240

Re: [Python-Dev] [Python-checkins] cpython: Issue #24064: Property() docstrings are now writeable.

2015-05-13 Thread Eric V. Smith
On 5/13/2015 4:10 AM, raymond.hettinger wrote: > https://hg.python.org/cpython/rev/1e8a768fa0a5 > changeset: 96010:1e8a768fa0a5 > user:Raymond Hettinger > date:Wed May 13 01:09:59 2015 -0700 > summary: > Issue #24064: Property() docstrings are now writeable. > (Patch by Berker

Re: [Python-Dev] [python-committers] How shall we conduct the Python 3.5 beta and rc periods? (Please vote!)

2015-05-13 Thread Larry Hastings
On 05/12/2015 05:19 PM, Nick Coghlan wrote: Workflow 0: -0 Workflow 1: +1 Workflow 2: +0 That's taking into account the clarification that the buildbots will be set up to track the 3.5.x branch after the beta is forked, and that Larry will also push the 3.5rcX repo to hg.python.org