This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove com2ann script (will be in separate repo)
Type: Stage:
Components: Demos and Tools Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, levkivskyi, python-dev, vstinner, yselivanov
Priority: normal Keywords: patch

Created on 2016-09-09 07:06 by levkivskyi, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove-com2ann.diff levkivskyi, 2016-09-09 07:06 review
Messages (7)
msg275274 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-09-09 07:06
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).
msg275275 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-09-09 07:08
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?
msg275276 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-09-09 07:10
Victor,

Guido proposed to publish com2ann script in a separate repo on github.
msg275303 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-09-09 11:00
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.
msg275327 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-09 16:06
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
msg275328 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-09-09 16:07
I just deleted it, lest people try to report bugs here or make changes.
msg275329 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-09-09 16:11
(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 <report@bugs.python.org> wrote:
>
> 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 <report@bugs.python.org>
> <http://bugs.python.org/issue28038>
> _______________________________________
History
Date User Action Args
2022-04-11 14:58:36adminsetgithub: 72225
2016-09-09 16:11:23gvanrossumsetmessages: + msg275329
2016-09-09 16:07:43gvanrossumsetstatus: open -> closed
resolution: fixed
messages: + msg275328
2016-09-09 16:06:51python-devsetnosy: + python-dev
messages: + msg275327
2016-09-09 11:00:50levkivskyisetmessages: + msg275303
2016-09-09 07:10:41levkivskyisetmessages: + msg275276
2016-09-09 07:08:46vstinnersetnosy: + vstinner, yselivanov
messages: + msg275275
2016-09-09 07:06:33levkivskyicreate