[Python-3000] Is reload() feasible?
Guido van Rossum
guido at python.org
Sun Apr 16 22:57:14 CEST 2006
I'm not against a better reload() if a reasonable set of heuristics
can be defined (e.g. many people have asked for class objects to be
*edited* instead of replaced; and of course there's the dependencies
graph problem). I'm even OK with changing the definition of the
language (slightly) to make e.g. class editing work better.
If someone really wants to do this, the Google Summer of Code (Google
for it :-) might be a place to get it done. We'd need a mentor and a
student. It is customary (though not necessary) that a mentor be found
first. See my other posts on this.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list