Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 58d23e68068996c76cac78887ec67dee68cdbc72 https://github.com/python/cpython/commit/58d23e68068996c76cac78887ec67dee68cdbc72 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年03月06日 (2017年3月06日) Changed paths: M Doc/whatsnew/3.7.rst M Lib/test/test_bool.py M Lib/test/test_float.py M Lib/test/test_int.py M Lib/test/test_list.py M Lib/test/test_tuple.py M Misc/NEWS M Objects/boolobject.c M Objects/floatobject.c M Objects/listobject.c M Objects/longobject.c M Objects/tupleobject.c Log Message: ----------- bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) int(), bool(), float(), list() and tuple(). Specify the value as a positional argument instead.