]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
dictionary() constructor:
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 18:27:48 +0000 (18:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 18:27:48 +0000 (18:27 +0000)
commit4d85953fe609197c54827826963eabaf6418024c
tree4e95540cd87738a3a754566c263200d50ddc54fd
parentc2f011201ae374da4544b93aba09d0279c139c18
dictionary() constructor:
+ Change keyword arg name from "x" to "items".  People passing a mapping
  object can stretch their imaginations <wink>.
+ Simplify the docstring text.
Lib/test/test_descr.py
Objects/dictobject.c