[Python-checkins] [python/cpython] d908fd: bpo-29695: Fixed tests after removing keyword args...

GitHub noreply at github.com
Mon Mar 6 14:09:01 EST 2017


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

  Changed paths:
    M Lib/test/test_descr.py

  Log Message:
  -----------
  bpo-29695: Fixed tests after removing keyword args support in some basic type constructors. (GH-520)




More information about the Python-checkins mailing list