Build Update for jayvdb/pywikibot-core -------------------------------------
Build: #108 Status: Passed
Duration: 36 minutes and 45 seconds Commit: 24c9eb2 (http-request-signature) Author: John Vandenberg Message: http.request signature
Add method, body and headers as explicit arguments of http.request. These are the standard arguments of httplib2's request method, and other http packages have similar arguments. Including them as explicit arguments makes it clearer from the function is capable of, allows static checking of invocations, and forces these parameters into the *args of threadedhttp.HttpRequest() instead of kwargs. It also allows *args to be removed from the http.request function signature, as it is no longer necessary.
Also deprecate using http.request for non-site requests.
Change-Id: Id4008cd470b224ffcd3c0b894bba90a25e7611bd
View the changeset: https://github.com/jayvdb/pywikibot-core/commit/24c9eb2bd247
View the full build log and details: https://travis-ci.org/jayvdb/pywikibot-core/builds/42639819
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org