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: Should ptags and eptags be removed from repo?
Type: enhancement Stage: patch review
Components: Demos and Tools Versions: Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ZackerySpytz, r.david.murray
Priority: normal Keywords: patch

Created on 2015-06-24 14:26 by r.david.murray, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 24869 open ZackerySpytz, 2021-03-15 08:29
Messages (1)
msg245744 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2015-06-24 14:26
ctags directly supports python.  Is there any reason to keep the ptags and eptags scripts in Tools/scripts?
History
Date User Action Args
2022-04-11 14:58:18adminsetgithub: 68686
2021-03-15 08:29:16ZackerySpytzsetkeywords: + patch
nosy: + ZackerySpytz

pull_requests: + pull_request23631
stage: needs patch -> patch review
2015-06-26 21:07:25terry.reedysettitle: Shoudl ptags and eptags be removed from repo? -> Should ptags and eptags be removed from repo?
stage: needs patch
type: enhancement
components: + Demos and Tools
versions: + Python 3.6
2015-06-24 14:26:30r.david.murraycreate