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 martin.panter
Recipients Ramchandra Apte, martin.panter, roger.serwy, serhiy.storchaka, terry.reedy
Date 2016-07-25.01:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469409813.83.0.681425093053.issue17238@psf.upfronthosting.co.za>
In-reply-to
Content
Even if your patch isn’t quite ready, it may (have been) better than nothing :)

I had the idea to share stuff between Idle completion and Readline completion, but after looking at the Idle code, it did not seem very practical in general. But maybe you can at least use some ideas, test cases, or share the low level code from Issue 25419. E.g. my patch there has method _import_matches() that takes a path of packages and yields (sub)module names, and method _from_import_matches() that also yields module attribute names.
History
Date User Action Args
2016-07-25 01:23:33martin.pantersetrecipients: + martin.panter, terry.reedy, roger.serwy, Ramchandra Apte, serhiy.storchaka
2016-07-25 01:23:33martin.pantersetmessageid: <1469409813.83.0.681425093053.issue17238@psf.upfronthosting.co.za>
2016-07-25 01:23:33martin.panterlinkissue17238 messages
2016-07-25 01:23:33martin.pantercreate