1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 |
2 |
3 """ |
3 """ |
4 Word completion for the eric6 shell. |
4 Word completion for the eric shell. |
5 |
5 |
6 <h4>NOTE for eric6 variant</h4> |
6 <h4>NOTE for eric variant</h4> |
7 |
7 |
8 This version is a re-implementation of rlcompleter |
8 This version is a re-implementation of rlcompleter |
9 as found in the Python3 library. It is modified to work with the eric6 |
9 as found in the Python3 library. It is modified to work with the eric |
10 debug clients. |
10 debug clients. |
11 |
11 |
12 <h4>Original rlcompleter documentation</h4> |
12 <h4>Original rlcompleter documentation</h4> |
13 |
13 |
14 This requires the latest extension to the readline module. The completer |
14 This requires the latest extension to the readline module. The completer |