> Needs to use reload() as a function, not a language construct.

not quite

in python3 reload is no top level builtin anymore. It has been moved to the imp 
module:
>>>from imp import reload
>>>reload
<function imp.reload>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184619

Title:
  there is no reload -- python built-in function (Python 3.3.1, iPython
  0.13.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipython/+bug/1184619/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to