mediawiki-utilities / python-mwapi

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

Adds user_agent support and default warning to Session() construction #14

Closed halfak closed 9 years ago

halfak commented 9 years ago

@yuvipanda, should be an easy review when you have a chance.

Make sure you note that the constructor for Session will log a warn() if you do not specify a user-agent and then will proceed to operate with a default value.