Issue 2061: IDLE - autocompletion to support alternate path separators (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46337
classification
process
Created on 2008-02-10 22:46 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (4) |
|
|
msg62263 - (view) |
Author: Tal Einat (taleinat) *  |
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) *  |
Date: 2008-02-15 22:01 |
Why do we care about Python 2.2? |
|
|
msg62465 - (view) |
Author: Tal Einat (taleinat) *  |
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) *  |
Date: 2008-04-27 21:52 |
r62549 |
|
|
History |
|
|
|
Date |
User |
Action |
Args |
2022-04-11 14:56:30 |
admin |
set |
github: 46337 |
2008-04-27 21:52:45 |
kbk |
set |
status: open -> closedresolution: acceptedmessages: + |
2008-02-16 20:01:37 |
taleinat |
set |
files: + IDLE_AutoComplete_path_separators.080216.patchmessages: + |
2008-02-15 22:02:20 |
kbk |
set |
title: IDLE - autocompletion to support alternate patch separators -> IDLE - autocompletion to support alternate path separators |
2008-02-15 22:01:55 |
kbk |
set |
messages: + |
2008-02-11 11:01:08 |
christian.heimes |
set |
priority: normalassignee: kbkkeywords: + patch |
2008-02-10 22:46:05 |
taleinat |
create |
|