]> granicus.if.org Git - python/commit
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 6 Mar 2017 15:01:06 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2017 15:01:06 +0000 (17:01 +0200)
commit2e5642422f6234fd8d0c082142b27340e588f96e
tree8279099d6fc0b034aaeb0be40a1d30d9246afc81
parentb76ad5121e2cfa89d6476d700cbcb65b7ffc39ac
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
12 files changed:
Doc/whatsnew/3.7.rst
Lib/test/test_bool.py
Lib/test/test_float.py
Lib/test/test_int.py
Lib/test/test_list.py
Lib/test/test_tuple.py
Misc/NEWS
Objects/boolobject.c
Objects/floatobject.c
Objects/listobject.c
Objects/longobject.c
Objects/tupleobject.c