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: IDLE - autocompletion to support alternate path separators
Type: enhancement Stage:
Components: IDLE Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat
Priority: normal Keywords: patch

Created on 2008-02-10 22:46 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
IDLE_AutoComplete_path_separators.080211.patch taleinat, 2008-02-10 22:46 initial patch
IDLE_AutoComplete_path_separators.080216.patch taleinat, 2008-02-16 20:01 second version
Messages (4)
msg62263 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2008-02-10 22:46
This patch makes the auto-completion of file names support possible
alternate separator characters (e.g. '/' in windows).
msg62444 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2008-02-15 22:01
Why do we care about Python 2.2?
msg62465 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2008-02-16 20:01
Umm, that's me being silly and forgetting to remove some backwards
compatibility stuff.

Revised (simpler) version attached.
msg65905 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2008-04-27 21:52
r62549
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46337
2008-04-27 21:52:45kbksetstatus: open -> closed
resolution: accepted
messages: + msg65905
2008-02-16 20:01:37taleinatsetfiles: + IDLE_AutoComplete_path_separators.080216.patch
messages: + msg62465
2008-02-15 22:02:20kbksettitle: IDLE - autocompletion to support alternate patch separators -> IDLE - autocompletion to support alternate path separators
2008-02-15 22:01:55kbksetmessages: + msg62444
2008-02-11 11:01:08christian.heimessetpriority: normal
assignee: kbk
keywords: + patch
2008-02-10 22:46:05taleinatcreate