]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Properly qualify methods inherited from classes in other modules.
authorKa-Ping Yee <ping@zesty.ca>
Thu, 12 Apr 2001 10:50:23 +0000 (10:50 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Thu, 12 Apr 2001 10:50:23 +0000 (10:50 +0000)
commit9aa0d90947c93c0b51416bb5f61e89afb8750d59
treec24bea6b29fc0eee2d6a6c38f193ac989c1a78a8
parent15d8927f7e622c02ef91cb17dcddad00212e1ba1
Properly qualify methods inherited from classes in other modules.
Fix so that docother() doesn't blow up.
Eliminate man() function since doc() and man() did nearly the same thing.
Various other code cleanup and refactoring to reduce duplication.
Simplify and rewrite freshimport() so modules are always up to date,
    even within packages (where reload() doesn't work).
Add finalization callback to the server (so that if the server fails to
    start for some reason, the main thread isn't left hanging).
Lib/pydoc.py