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 ppperry
Recipients ppperry, rhettinger, terry.reedy
Date 2018-07-21.00:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Another test case: 

>> classmethod()

Traceback (most recent call last):
  File "<pyshell#25>", line 2, in check
TypeError: classmethod expected 1 arguments, got 0
History
Date User Action Args
2018-07-21 00:49:29ppperrysetrecipients: + ppperry, rhettinger, terry.reedy
2018-07-21 00:49:29ppperrysetmessageid: <[email protected]>
2018-07-21 00:49:29ppperrylinkissue34127 messages
2018-07-21 00:49:29ppperrycreate