mediawiki-utilities / python-mwapi

Simple Python Wrapper around MediaWiki API
http://pythonhosted.org/mwapi
MIT License
30 stars 11 forks source link

Add special method to support query() with automatic continuation #7

Closed halfak closed 8 years ago

halfak commented 9 years ago

Should return an generator of result['query'] objects.

Should log warnings using Logger.warn() and let the user decide how they'll be output with logging.basicConfig()