Re: Python reimport

2009-06-03 Thread peteshinners
On Jun 2, 11:54 pm, Ben Finney wrote: > When making an announcement of a new version of a project, please > summarise in the announcement what that project is (i.e. what the > program does) This module has a reimport function that works as a replacement for the reload builtin. It does a respectab

Re: Python reimport

2009-06-03 Thread Ben Finney
peteshinners writes: > I've implemented a working reimport that, "does what you want". After > a bit of testing with friends, I'm releasing version 1.0 tonight. When making an announcement of a new version of a project, please summarise in the announcement what that project is (i.e. what the pro

Python reimport

2009-06-02 Thread peteshinners
I've implemented a working reimport that, "does what you want". After a bit of testing with friends, I'm releasing version 1.0 tonight. http://code.google.com/p/reimport/ There's still work to do, but this already does a bit of fancy transmuting to push the reimport changes into the runtime. This