Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

[python3] Import six, fix urllib, stringio and dircache errors #484

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

avilaton
Copy link
Contributor

Hi all, happy father's day in argentina. There was a country wire power outage over here, I used some of the time to hack in this project to move to python3.

Since the first complains from travis on python3 are about urllib2 not existing on python3, I worked first on that. I imported six because we are all grown ups now and I think adding it should be ok with everyone. At least I hope it is.

@avilaton avilaton changed the title [python3] Import six, fix urllib issues on python3 [python3] Import six, fix urllib, stringio and dircache errors Jun 17, 2019
@avilaton
Copy link
Contributor Author

I added fixes for StringIO and dircache issues.

@jarondl
Copy link
Contributor

jarondl commented Oct 10, 2019

Adding six as a new dependency requires a new release, since it is a breaking change (a user update will cause breakage).

Since I've already merged the StringIO and dircache parts, can you rework the urllib part to use compat.py file? That would be much simpler to merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants