[Python-checkins] [python/cpython] 2e5642: bpo-29695: Remove bad keyword parameters in int(), ...

GitHub noreply at github.com
Mon Mar 6 10:01:07 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2e5642422f6234fd8d0c082142b27340e588f96e
      https://github.com/python/cpython/commit/2e5642422f6234fd8d0c082142b27340e588f96e
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  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: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)




More information about the Python-checkins mailing list