Staging
v0.5.1
https://github.com/python/cpython
Revision f2d2e6169eb31e1a223d29d5de07e80939939106 authored by Miss Islington (bot) on 17 February 2018, 04:16:52 UTC, committed by GitHub on 17 February 2018, 04:16:52 UTC

Adapt documentation for `copyright` and `credits` to reality.  Previously, the documentation implied that all each of `copyright`,
`credits`, and `license`, would print a message to call the object in order to see the full text.  In reality, only `license` exhibits this
behaviour, and `copyright` and `credit` print their full text either when printed, displayed, or called.
(cherry picked from commit 243d6d71265be1996a8326002deae429106a5fba)

Co-authored-by: Gerrit Holl <gerrit.holl@gmail.com>
1 parent 76591bc
History
Tip revision: f2d2e6169eb31e1a223d29d5de07e80939939106 authored by Miss Islington (bot) on 17 February 2018, 04:16:52 UTC
DOC: fix documentation for copyright and credits (GH-5706)
Tip revision: f2d2e61
File Mode Size
clinic
stringlib
README -rw-r--r-- 41 bytes
abstract.c -rw-r--r-- 80.9 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 69.4 KB
bytes_methods.c -rw-r--r-- 21.0 KB
bytesobject.c -rw-r--r-- 99.6 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 18.2 KB
codeobject.c -rw-r--r-- 27.6 KB
complexobject.c -rw-r--r-- 31.7 KB
descrobject.c -rw-r--r-- 53.7 KB
dict-common.h -rw-r--r-- 2.3 KB
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 131.7 KB
enumobject.c -rw-r--r-- 13.1 KB
exceptions.c -rw-r--r-- 85.9 KB
fileobject.c -rw-r--r-- 15.2 KB
floatobject.c -rw-r--r-- 70.7 KB
frameobject.c -rw-r--r-- 32.2 KB
funcobject.c -rw-r--r-- 30.1 KB
genobject.c -rw-r--r-- 67.8 KB
iterobject.c -rw-r--r-- 8.9 KB
listobject.c -rw-r--r-- 86.0 KB
listsort.txt -rw-r--r-- 34.9 KB
lnotab_notes.txt -rw-r--r-- 5.7 KB
longobject.c -rw-r--r-- 167.5 KB
memoryobject.c -rw-r--r-- 88.6 KB
methodobject.c -rw-r--r-- 15.5 KB
moduleobject.c -rw-r--r-- 22.0 KB
namespaceobject.c -rw-r--r-- 7.4 KB
object.c -rw-r--r-- 56.8 KB
obmalloc.c -rw-r--r-- 79.1 KB
odictobject.c -rw-r--r-- 76.7 KB
rangeobject.c -rw-r--r-- 37.1 KB
setobject.c -rw-r--r-- 73.0 KB
sliceobject.c -rw-r--r-- 19.2 KB
structseq.c -rw-r--r-- 12.9 KB
tupleobject.c -rw-r--r-- 29.9 KB
typeobject.c -rw-r--r-- 232.5 KB
typeslots.inc -rw-r--r-- 3.9 KB
typeslots.py -rwxr-xr-x 1.2 KB
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 455.4 KB
unicodetype_db.h -rw-r--r-- 234.1 KB
weakrefobject.c -rw-r--r-- 29.5 KB

README

back to top