]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #642500 with slight modifications: allow keyword arguments in
authorJust van Rossum <just@letterror.com>
Sat, 23 Nov 2002 09:45:04 +0000 (09:45 +0000)
committerJust van Rossum <just@letterror.com>
Sat, 23 Nov 2002 09:45:04 +0000 (09:45 +0000)
commita797d8150dd6fd8336653d8e91db3c088f2c53ff
tree02fd69d522c9e7477b11e3cc530f7181d3d052f2
parente17af7b3dbb0ebc6fea7e55052833564ca59d104
Patch #642500 with slight modifications: allow keyword arguments in
dict() constructor. Example:
  >>> dict(a=1, b=2)
  {'a': 1, 'b': 2}
  >>>
Doc/lib/libfuncs.tex
Lib/test/test_descr.py
Misc/NEWS
Objects/dictobject.c