]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make force-loading optional; don't force-load in interactive mode.
authorKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 09:55:49 +0000 (09:55 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 09:55:49 +0000 (09:55 +0000)
commitdec96e92ae622069c1c5a07b841237fbd35a1ffe
tree2e92f813a7481be02cc60215a66ef94751a02001
parent202c99b2e0242a5680668816a65051a1f1aef8ed
Make force-loading optional; don't force-load in interactive mode.
Make synopsis() load modules as '__temp__' so they don't clobber anything.
Change "constants" section to "data" section.
Don't show __builtins__ or __doc__ in "data" section.
For Bob Weiner: don't boldface text in Emacs shells or dumb terminals.
Remove Helper.__repr__ (it really belongs in site.py, and should be                 guarded by a check for len(inspect.stack) <= 2).
Lib/pydoc.py