Message81979
When custom dictionary is used to create a completer, rlcompleter still
uses __builtins__.__dict__ to search for completions (rlcompleter.py,
global_matches()):
for nspace in [builtins.__dict__, self.namespace]:
...
This behaviour may sometimes be unwanted. It would be nice to have an
option, which when set would tell completer to only use provided dictionary. |
|
Date |
User |
Action |
Args |
2009-02-14 00:04:20 | armandas | set | recipients:
+ armandas |
2009-02-14 00:04:20 | armandas | set | messageid: <1234569860.16.0.0783224890959.issue5256@psf.upfronthosting.co.za> |
2009-02-14 00:04:18 | armandas | link | issue5256 messages |
2009-02-14 00:04:18 | armandas | create | |
|