[issue29695] Weird keyword parameter names in builtins

STINNER Victor report at bugs.python.org
Mon Mar 6 10:16:04 EST 2017


STINNER Victor added the comment:

Unhappy buildbot.

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/456/steps/test/logs/stdio

======================================================================
ERROR: test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_descr.py", line 3451, in test_keyword_arguments
    list.__init__(a, sequence=[0, 1, 2])
TypeError: list() does not take keyword arguments

======================================================================
ERROR: test_keywords (test.test_descr.ClassPropertiesAndMethods)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_descr.py", line 2888, in test_keywords
    self.assertEqual(int(x=1), 1)
TypeError: 'x' is an invalid keyword argument for this function

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29695>
_______________________________________


More information about the Python-bugs-list mailing list