From Python docs:
Note The cookielib module has been renamed to http.cookiejar in Python
3.0. The 2to3 tool will automatically adapt imports when converting your sources to 3.0.
Is that not an acceptable solution? If not, why?
From Python docs:
Note The cookielib module has been renamed to http.cookiejar in Python
3.0. The 2to3 tool will automatically adapt imports when converting your sources to 3.0.
Is that not an acceptable solution? If not, why?