Re: [python-committers] 3.6.1 release status and plans

2017-03-08 Thread Terry Reedy
On 3/7/2017 8:59 PM, Ned Deily wrote: An update on the 3.6.1 release: As you probably noticed, 3.6.1 release candidate 1 was made available (finally!) two days ago. Thank you for your patience as we worked though the details of producing a release using our new GitHub-based development workfl

Re: [python-committers] Signups for 2017 Python Language Summit are nowopen

2017-03-08 Thread Steve Dower
I registered, and *then* thought of the session I'd like to give. How do you want us to fix this situation? Direct [BL]arry email? Register again? Top-posted from my Windows Phone -Original Message- From: "Barry Warsaw" Sent: ‎3/‎5/‎2017 14:31 To: "python-committers@python.org" Subject

Re: [python-committers] 3.6.1 release status and plans

2017-03-08 Thread Victor Stinner
> Ned, 7 tests fail for me on Windows. I believe 3.6.0 ran clean or nearly > so. Pasteing below is best I can do right now as I had eye operation less > than 24 hours ago. It's an issue with newlines and Git which only impact tests: http://bugs.python.org/issue29530 Victor _

[python-committers] PR merges don't seem to show up on b.p.o

2017-03-08 Thread M.-A. Lemburg
Is there a reason for this ? Example: https://github.com/python/cpython/pull/422 and http://bugs.python.org/issue20087 Also: I'd like to remind other committers that discussions of PRs should happen on the ticket, not the PR. In the above case, the PR was merged while we were still discussing the

Re: [python-committers] Signups for 2017 Python Language Summit are nowopen

2017-03-08 Thread Barry Warsaw
On Mar 08, 2017, at 06:56 AM, Steve Dower wrote: >I registered, and *then* thought of the session I'd like to give. > >How do you want us to fix this situation? Direct [BL]arry email? Register >again? It looks like you can't edit your submission once it's sent, although Larry says you can if you'

Re: [python-committers] PR merges don't seem to show up on b.p.o

2017-03-08 Thread Victor Stinner
2017-03-08 16:42 GMT+01:00 M.-A. Lemburg : > Is there a reason for this ? It is a bug: http://psf.upfronthosting.co.za/roundup/meta/issue613 Victor > > Example: > https://github.com/python/cpython/pull/422 > and > http://bugs.python.org/issue20087 > > Also: I'd like to remind other committers th