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.
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:36 | admin | set | github: 72225 |
| 2016年09月09日 16:11:23 | gvanrossum | set | messages: + msg275329 |
| 2016年09月09日 16:07:43 | gvanrossum | set | status: open -> closed resolution: fixed messages: + msg275328 |
| 2016年09月09日 16:06:51 | python-dev | set | nosy:
+ python-dev messages: + msg275327 |
| 2016年09月09日 11:00:50 | levkivskyi | set | messages: + msg275303 |
| 2016年09月09日 07:10:41 | levkivskyi | set | messages: + msg275276 |
| 2016年09月09日 07:08:46 | vstinner | set | nosy:
+ vstinner, yselivanov messages: + msg275275 |
| 2016年09月09日 07:06:33 | levkivskyi | create | |