--- a/QScintilla/Editor.py Mon Oct 02 14:24:58 2017 +0200 +++ b/QScintilla/Editor.py Tue Oct 03 16:21:33 2017 +0200 @@ -4532,7 +4532,6 @@ ## auto-completion hook interfaces ################################################################# - # TODO: add support for asynchroneous auto-completion lists def addCompletionListHook(self, key, func, async=False): """ Public method to set an auto-completion list provider.