Re: no more reload() in py3k

2007-09-18 Thread Terry Reedy
I believe Guido said on the Py3 dev list that reload should have been moved to one of the modules (maybe inspect) rather than removed completely (and that he missed it also). So this appears to be an alpha1 glitch. tjr -- http://mail.python.org/mailman/listinfo/python-list

no more reload() in py3k

2007-09-18 Thread timaranz
Hi all, this is possibly a python-dev question but I'll ask here first. Situation: I work on an application that takes 10-20 seconds to startup plus opening a document. To avoid having to restart the entire application each edit-debug cycle we rely heavily on the reload command. A typical method