Message270522
run_autocomplete.diff is a preliminary patch for moving the completion list function into run.py and reversing the imports. However, the assert in test_autocomplete, line 103 newly fails because the call to open_completions in autocomplete_event (line 85) returns None. The None comes from l. 155.
comp_lists = self.fetch_completions(comp_what, mode)
if not comp_lists[0]:
return None
I do not yet know why moving the one function causes the completion lists for re to be blank. I am going to shelve this approach and return to deletion. |
|
Date |
User |
Action |
Args |
2016-07-16 00:10:31 | terry.reedy | set | recipients:
+ terry.reedy, markroseman, python-dev |
2016-07-16 00:10:30 | terry.reedy | set | messageid: <1468627830.97.0.0338461020376.issue25507@psf.upfronthosting.co.za> |
2016-07-16 00:10:30 | terry.reedy | link | issue25507 messages |
2016-07-16 00:10:30 | terry.reedy | create | |
|