Issue 1477968: Drop py.ico and pyc.ico (original) (raw)

Issue1477968

Created on 2006-04-27 20:34 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54795 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-27 20:34
These files should be dropped from the Windows distribution, as they duplication python_icon.exe, and confuse tab completion.
msg54796 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-05-12 13:57
Logged In: YES user_id=21627 It turns out that it isn't possible to refer to the location of the Icon table files from the Registry table, so that cannot be done. However, to improve tab completion, the icon files have been moved into the DLLs dir in r45975.
History
Date User Action Args
2022-04-11 14:56:17 admin set github: 43285
2006-04-27 20:34:39 loewis create