Ssola added a comment.

@Dalba If the methods or signatures have changed I'd say it's another issue. With the imports you have said, the editor works (haven't tested it extensively but I was able to edit and search). This is what the new imports should look like, with the conditional:

if sys.version_info > (3, 5):
	from idlelib import search as SearchDialog, replace as ReplaceDialog, configdialog as configDialog
	from idlelib.config import idleConf
	from idlelib.multicall import MultiCallCreator
else:
	from idlelib import SearchDialog, ReplaceDialog, configDialog
	from idlelib.configHandler import idleConf
	from idlelib.MultiCall import MultiCallCreator

I'd like to push this change but I don't know where (Gerrit?, Github?) and I don't know what steps you follow (testing, branches, pull requests, etc).


TASK DETAIL
https://phabricator.wikimedia.org/T164164

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ssola
Cc: Ssola, Framawiki, Aklapper, pywikibot-bugs-list, Dalba, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, jayvdb, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to