python-simplemediawiki icon indicating copy to clipboard operation
python-simplemediawiki copied to clipboard

bug fix: improve detection of 'cookiejar' argument

Open lahwaacz opened this issue 10 years ago • 1 comments

When passing clean LWPCookieJar() object, it is retyped to False, which resulted in creating new CookieJar(). Comparison to None is necessary.

lahwaacz avatar Jul 08 '14 13:07 lahwaacz