Skip to content
Merged
Changes from all commits
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
10 changes: 7 additions & 3 deletions Doc/library/constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,13 @@ should not be used in programs.
specified exit code.

.. data:: copyright
license
credits

Objects that when printed, print a message like "Type license() to see the
full license text", and when called, display the corresponding text in a
Objects that when printed or called, print the text of copyright or
credits, respectively.

.. data:: license

Object that when printed, prints the message "Type license() to see the
full license text", and when called, displays the full license text in a
pager-like fashion (one screen at a time).