Closed quantheory closed 7 years ago
The reload part will still fail for Python 3.0 to 3.3, it seems:
It's probably worthwhile to make it work with those versions too, since it's so simple.
You caught me; I was being lazy and ignoring the old Python 3 versions. This last commit should fix those as well, though I don't actually have a machine with one of those versions on hand to test it.
Thanks!
These two changes seem to be necessary when using Python 3.
Tested with Python 3.4.5 from an Anaconda installation.