Re: [Python-Dev] PEP 526 (variable annotations) accepted provisionally

2016-09-07 Thread Nick Coghlan
On 8 September 2016 at 04:18, Guido van Rossum wrote: > There's been some quite contentious discussion about the PEP, on and > off python-dev, regarding how the mere presence of annotation syntax > in the language will change the way people will see the language. My > own experience using mypy and

Re: [Python-Dev] PEP 526 (variable annotations) accepted provisionally

2016-09-07 Thread Ryan Gonzalez
:D -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/ On Sep 7, 2016 1:20 PM, "Guido van Rossum" wrote: > I'm accepting PEP 526 provisionally. > > I am personally confident that this PEP is adding a useful new fea

Re: [Python-Dev] PEP 526 (variable annotations) accepted provisionally

2016-09-07 Thread Ivan Levkivskyi
Thank you Guido! :-) -- Ivan On 7 September 2016 at 20:18, Guido van Rossum wrote: > I'm accepting PEP 526 provisionally. > > I am personally confident that this PEP is adding a useful new feature > to the language: annotations that can be used by a wide variety of > tools, whether off-line typ

[Python-Dev] PEP 526 (variable annotations) accepted provisionally

2016-09-07 Thread Guido van Rossum
I'm accepting PEP 526 provisionally. I am personally confident that this PEP is adding a useful new feature to the language: annotations that can be used by a wide variety of tools, whether off-line type checkers or frameworks that add runtime checking (e.g. traits or traitlets). The provisional