jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added a project: pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION The following classes and functions in `pywikibot/__init__.py` are missing from the `__all__` variable in the pywikibot package. Functions: * Site (T122563) * setAction * showDiff * stopme * async_manager * async_request Classes: * Timestamp * Coordinate * WbTime * WbQuantity Most of these are not exposed as package level items in `compat`, so they do not need to be exposed as package level items in `core`, but they do need to be exposed in a module (i.e. they could be moved out of `__init__` to become exposed. TASK DETAIL https://phabricator.wikimedia.org/T122879 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, pywikibot-bugs-list, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
