[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread Guido van Rossum
Guido van Rossum added the comment: (The reason for the removal is that development of this tool is moving to https://github.com/ilevkivskyi/com2ann -- it was committed briefly as part of the PEP 526 patch.) On Fri, Sep 9, 2016 at 9:07 AM, Guido van Rossum wrote: > > Guido van Rossum added the

[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread Guido van Rossum
Guido van Rossum added the comment: I just deleted it, lest people try to report bugs here or make changes. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 35447332ab19 by Guido van Rossum in branch 'default': Issue #28038: Remove Tools/parser/com2ann.py and its unit test. https://hg.python.org/cpython/rev/35447332ab19 -- nosy: +python-dev ___ Python tracker

[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: After some thinking, maybe it could be still kept in Tools but developed on github as it is done for typing and asyncio? I have no preference here, core devs should decide. -- ___ Python tracker

[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Victor, Guido proposed to publish com2ann script in a separate repo on github. -- ___ Python tracker ___ _

[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread STINNER Victor
STINNER Victor added the comment: Context: "Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations." > Here is a patch to remove com2ann Can you please just explain why you don't want this tool? -- nosy: +haypo, yselivanov ___ Python tra

[issue28038] Remove com2ann script (will be in separate repo)

2016-09-09 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi: Guido, Here is a patch to remove com2ann (also it looks like Yury added a second entry for me in MISC/Acks, so that I am removing it). -- components: Demos and Tools files: remove-com2ann.diff keywords: patch messages: 275274 nosy: gvanrossum, levki