[issue23469] Delete Misc/*.wpr files

2021-12-14 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue23469] Delete Misc/*.wpr files

2021-12-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec by Kumar Aditya in branch 'main': bpo-23469: Delete Wing IDE configuration files (GH-30067) https://github.com/python/cpython/commit/d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec -- _

[issue23469] Delete Misc/*.wpr files

2021-12-13 Thread STINNER Victor
STINNER Victor added the comment: IMO it's ok to remove these files. If WING is maintained again, it will be trivial to add again these configuratin files. I suggest to only remove these files in Python 3.11. -- nosy: +vstinner ___ Python tracker

[issue23469] Delete Misc/*.wpr files

2021-12-11 Thread Kumar Aditya
Change by Kumar Aditya : -- keywords: +patch nosy: +kumaraditya303 nosy_count: 4.0 -> 5.0 pull_requests: +28287 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30067 ___ Python tracker

[issue23469] Delete Misc/*.wpr files

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue23469] Delete Misc/*.wpr files

2021-12-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: url: https://github.com/python/cpython/blob/main/Misc/python-wing5.wpr -- ___ Python tracker ___

[issue23469] Delete Misc/*.wpr files

2021-12-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since the files have effectively been abandoned, I think removing them should be considered now. The three files in /Misc, for wing-3, 4, and 5, are python-wing3.wpr python-wing4.wpr python-wing5.wpr The current version of Wing is 8.1.1. The files were last

[issue23469] Delete Misc/*.wpr files

2021-12-07 Thread Berker Peksag
Change by Berker Peksag : -- stage: resolved -> status: closed -> open versions: +Python 3.11 -Python 3.4, Python 3.5 ___ Python tracker ___ __

[issue23469] Delete Misc/*.wpr files

2021-12-07 Thread Irit Katriel
Irit Katriel added the comment: Closing as this seems abandoned. Feel free to reopen if not. -- nosy: +iritkatriel stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue23469] Delete Misc/*.wpr files

2015-03-02 Thread Michael Foord
Michael Foord added the comment: What is the advantage to deleting the Wing IDE project files, other than making it harder to use Wing to work on Python? -- ___ Python tracker _

[issue23469] Delete Misc/*.wpr files

2015-03-01 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue23469] Delete Misc/*.wpr files

2015-02-15 Thread Berker Peksag
New submission from Berker Peksag: Config/plugin/readme files for Emacs and Vim in Misc have been deleted. The only remaining ones are for Wing IDE. Here is a patch to remove these files. -- files: wpr.diff keywords: patch messages: 236082 nosy: berker.peksag priority: normal severity: