Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError for moves in Py3 conditional #22

Closed
ckald opened this issue Jan 26, 2015 · 2 comments
Closed

NameError for moves in Py3 conditional #22

ckald opened this issue Jan 26, 2015 · 2 comments

Comments

@ckald
Copy link
Contributor

ckald commented Jan 26, 2015

At this line: https://github.com/rossant/ipycache/blob/master/ipycache.py#L32

I don't see what it is supposed to be, so I'm just pointing out a bug

@ihrke
Copy link
Collaborator

ihrke commented Jan 27, 2015

I think that is an artifact copied over from the six library (they define moves to be a list of modules that have changed bw python2 and 3). I guess we should work on python3 compatibility at some point.

@rossant
Copy link
Owner

rossant commented Jan 27, 2015

I don't think the library has ever been tested on Python 3. Some of the code already contains some Py3-compat functionality to make the transition a bit smoother. It shouldn't be too difficult to port the code to Python 3 now.

@ihrke ihrke closed this as completed Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants