Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 180b6be

Browse files
committed
py-cvs-rel1_2 (Rev 1.4) merge,
"Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). Get rid of assignment to unused self.text.wordlist." --GvR
1 parent 602cf58 commit 180b6be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/idlelib/AutoExpand.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class AutoExpand:
1212
}
1313

1414
unix_keydefs = {
15-
'<<expand-word>>': ['<Meta-slash>'],
15+
'<<expand-word>>': ['<Meta-slash>', '<Alt-slash>'],
1616
}
1717

1818
menudefs = [
@@ -25,7 +25,6 @@ class AutoExpand:
2525

2626
def __init__(self, editwin):
2727
self.text = editwin.text
28-
self.text.wordlist = None # XXX what is this?
2928
self.state = None
3029

3130
def expand_word_event(self, event):

0 commit comments

Comments
 (0)