This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2017-03-06.15:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488813364.98.0.0368433188239.issue29695@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-03-06 15:16:05vstinnersetrecipients: + vstinner, rhettinger, r.david.murray, serhiy.storchaka
2017-03-06 15:16:04vstinnersetmessageid: <1488813364.98.0.0368433188239.issue29695@psf.upfronthosting.co.za>
2017-03-06 15:16:04vstinnerlinkissue29695 messages
2017-03-06 15:16:04vstinnercreate