]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix synopsis() so it can handle binary module files.
authorKa-Ping Yee <ping@zesty.ca>
Tue, 10 Apr 2001 11:46:02 +0000 (11:46 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Tue, 10 Apr 2001 11:46:02 +0000 (11:46 +0000)
commit5a804edd3cacf2a790ff3c872adad22f95e7a604
tree6087692b31208112eaf97dd9f35099858c6ba07b
parent4d6fc7fae18d15160350d210ae58043312564459
Fix synopsis() so it can handle binary module files.
Avoid ever using popen on Windows, since it's broken there.
Factor out the business of getting the summary line into splitdoc().
Use the modulename() routine in inspect.
Show all members of modules and classes rather than filtering on leading '_'.
Small typo and formtating fixes.
Don't show warnings when running "pydoc -k".
Lib/pydoc.py