requests v1.2.1 Release Notes

Release Date: 2013-05-20 // almost 11 years ago
    • 301 and 302 redirects now change the verb to GET for all verbs, not just POST, improving browser compatibility.
    • Python 3.3.2 compatibility
    • Always percent-encode location headers
    • Fix connection adapter matching to be most-specific first
    • 0️⃣ new argument to the default connection adapter for passing a block argument
    • prevent a KeyError when there's no link headers