]> granicus.if.org Git - python/commit
Closes #12192: Document that mutating list methods do not return the instance (origin...
authorGeorg Brandl <georg@python.org>
Sat, 8 Oct 2011 16:32:40 +0000 (18:32 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 8 Oct 2011 16:32:40 +0000 (18:32 +0200)
commit388349add2566823ed18b50b790feaca3559197c
tree8882414e1ce51b42aeaa0e70fca8593681db4f3e
parent30589c9041c906ad63a2c286038f8ef1e2f33fc0
Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy).
Doc/library/stdtypes.rst
Doc/tutorial/datastructures.rst
Objects/listobject.c