[Python-Dev] 3.7.0rc1 and 3.6.6rc1 now tagged - on to final!

2018-06-12 Thread Ned Deily
An update: 3.7.0rc1 and 3.6.6rc1 are now tagged and we now move on to the final stages for 3.7.0 and for 3.6.6. The source code has been shipped to our factory (in a tariff-free zone!) where the elves will produce the final bits for the release. They promise to be done soon so stay tuned for the re

Re: [Python-Dev] Python3 compiled listcomp can't see local var - bug or feature?

2018-06-12 Thread Rob Cliffe via Python-Dev
Ah yes, I see what you mean: class Test():    x = 1    print (x) # Prints 1    print([x+i for i in range(1,3)])  # NameError (x) Anyway, I  apologise for posting to Python-Dev on was a known issue, and turned out to be more me asking for help with development

[Python-Dev] Some data points for the "annual release cadence" concept

2018-06-12 Thread Nick Coghlan
Hi folks, Given the discussion of adopting an annual release cadence at the language summit this year [1], this recent Jakarta (nee Java) EE announcement caught my attention: https://www.eclipse.org/ee4j/news/?date=2018-06-08#release-cadence JEE are switching to an annual update cadence for the b

Re: [Python-Dev] Some data points for the "annual release cadence" concept

2018-06-12 Thread Guido van Rossum
So, to summarize, we need something like six for C? On Tue, Jun 12, 2018 at 5:38 AM, Nick Coghlan wrote: > Hi folks, > > Given the discussion of adopting an annual release cadence at the language > summit this year [1], this recent Jakarta (nee Java) EE announcement caught > my attention: https:

Re: [Python-Dev] Microsoft to acquire GitHub for $7.5 b

2018-06-12 Thread Mariatta Wijaya
Backing up GitHub data has been brought up since the time we migrated to GitHub, and being tracked here: https://github.com/pytho n/core-workflow/issues/20 TL;DR We'll be using GitHub's new Migrations API to download archived GitHub data of CPytho

[Python-Dev] [RELEASE] Python 3.7.0rc1 and 3.6.6rc1 are now available

2018-06-12 Thread Ned Deily
Python 3.7.0rc1 and 3.6.6rc1 are now available. 3.7.0rc1 is the final planned release preview of Python 3.7, the next feature release of Python. 3.6.6rc1 is the the release preview of the next maintenance release of Python 3.6, the current release of Python. Assuming no critical problems are found