Archive
Posts Tagged ‘1.x’
requests-transition
January 7, 2013
Leave a comment
With the package requests-transition you can use requests 0.x and the shiny new requests 1.x too. Requests 1.x changed some things, so if you don’t want to update your code, requests-transition can be useful.
After installation, you can simply select which version of requests to use:
-
import requests0 as requests
(0.x) -
import requests1 as requests
(1.x)
Categories: python
0.x, 1.x, requests, transition
