]> granicus.if.org Git - python/commit
#8030: make builtin type docstrings more consistent: use "iterable" instead of "seq...
authorGeorg Brandl <georg@python.org>
Sun, 28 Feb 2010 18:19:17 +0000 (18:19 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 28 Feb 2010 18:19:17 +0000 (18:19 +0000)
commitbca1169e94f81b140629ae69ce2ab33628d26b08
tree6f5f7e79c639fc8523800353aa7b542b0189f932
parent68beef66335707f8d0daac208dcf56bfcece8315
#8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object.
Objects/dictobject.c
Objects/listobject.c
Objects/setobject.c