This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louielu
Recipients Al.Sweigart, littleq0903, louielu, markroseman, ned.deily, paulsfo, roger.serwy, serhiy.storchaka, suddha.sourav, taleinat, terry.reedy
Date 2017-05-31.02:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496197620.55.0.9456332952.issue15786@psf.upfronthosting.co.za>
In-reply-to
Content
I fix this as:

    if not self.autocompletewindow:
        return

I think this another different behavior on different platform. I can't reproduce this on Linux...
History
Date User Action Args
2017-05-31 02:27:00louielusetrecipients: + louielu, terry.reedy, taleinat, ned.deily, roger.serwy, markroseman, Al.Sweigart, serhiy.storchaka, littleq0903, suddha.sourav, paulsfo
2017-05-31 02:27:00louielusetmessageid: <1496197620.55.0.9456332952.issue15786@psf.upfronthosting.co.za>
2017-05-31 02:27:00louielulinkissue15786 messages
2017-05-31 02:27:00louielucreate