[Python-Dev] Re: any more checkins
Guido van Rossum
guido@digicool.com
Fri, 23 Mar 2001 10:49:13 -0500
> There are still issues in pydoc to be solved, but i think they can
> be reasonably considered bugfixes rather than new features. The
> two main messy ones are getting reloading right (i am really hurting
> for lack of a working find_module here!) and handling more strange
> aliasing cases (HTMLgen, for example, provides many classes under
> multiple names). I hope it will be okay for me to work on these two
> main fixes in the coming week.
This is fine after the b2 release. I consider pydoc a "1.0" release
anyway, so it's okay if its development speed is different than that
of the rest of Python!
--Guido van Rossum (home page: http://www.python.org/~guido/)