Issue 763681: Support IDLE Edit of .py/.pyw from idlelib (original) (raw)

Issue763681

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/38754

classification

Title: Support IDLE Edit of .py/.pyw from idlelib
Type: Stage:
Components: Windows Versions: Python 2.3

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, loewis, tim.peters
Priority: high Keywords: patch

Created on 2003-07-01 05:14 by kbk, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python20.wse.patch kbk,2003-07-01 05:14 python20.wse.patch 1Jul03
Messages (4)
msg44176 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-07-01 05:14
Windows File Types / Actions: IDLE has moved, this patch binds editing a python file to .../Lib/idlelib/idle.pyw instead of .../Tools/idle/idle.pyw
msg44177 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-07-05 16:08
Logged In: YES user_id=21627 Assigning to Tim for review - the patch looks right to me.
msg44178 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2003-07-10 14:06
Logged In: YES user_id=31435 Looks fine to me -- thanks! Assigned back to Kurt. Kurt, if you don't want to apply the patch, assign it back to me and I'll apply it. Boosted priority too.
msg44179 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-07-10 16:22
Logged In: YES user_id=149084 python20.wse Rev 1.128
History
Date User Action Args
2022-04-10 16:09:34 admin set github: 38754
2003-07-01 05:14:13 kbk create