Skip to content

v0.7.1

Compare
Choose a tag to compare
@gaqzi gaqzi released this 23 Aug 14:38
· 105 commits to master since this release

Changed

  • Change values that makes a request into a POST request:

    • Any string (even empty)
    • Any dict (even empty)
    • True (which converts into an empty string)

    This is a bug fix that came about because of differences between different Python versions, 2.6 handled empty dicts differently in urllib2 compared to 2.7, see pr #2 for details.
    Thanks to @henriquegemignani for reporting and providing a fix!