Dalba created this task. Dalba added a subscriber: Dalba. Dalba added projects: pywikibot-core, Easy. Herald added subscribers: pywikibot-bugs-list, StudiesWorld, Aklapper.
TASK DESCRIPTION Reasons: * Currently `Site` does not appear in the generated documentation when we use `help(pywikibot)`. * Some IDEs that have intellisense feature, including IDLE, depend on the function to be available in `__all__` variable, otherwise won't suggest the related code completion. * Using `from pywikibot import *`does not import `Site` which seems to be an essential part of the package and should be imported as well. Although this kind of import should usually be avoided, it is okay to use it to save typing in interactive sessions. TASK DETAIL https://phabricator.wikimedia.org/T122563 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dalba Cc: Aklapper, StudiesWorld, pywikibot-bugs-list, Dalba, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
