commit | dec96e92ae622069c1c5a07b841237fbd35a1ffe | [log] [tgz] |
---|---|---|
author | Ka-Ping Yee <ping@zesty.ca> | Fri Apr 13 09:55:49 2001 +0000 |
committer | Ka-Ping Yee <ping@zesty.ca> | Fri Apr 13 09:55:49 2001 +0000 |
tree | 2e92f813a7481be02cc60215a66ef94751a02001 | |
parent | 202c99b2e0242a5680668816a65051a1f1aef8ed [diff] |
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).