Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modify news.
  • Loading branch information
terryjreedy committed Feb 2, 2018
commit cc583803a784e623ccc16e0e06a5c1cf9c1f0924
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Improve object.__doc__ and help(object) output.
Expand object.__doc__ (docstring) to make it clearer.
Modify pydoc.py so that help(object) lists object methods
(for other classes, help omits methods of the object base class.)