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
Date 2018-07-16.18:38:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
`{}.get()`
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: get expected at least 1 arguments, got 0

Shouldn't that be "TypeError: get expected at least 1 argument, got 0" instead?
History
Date User Action Args
2018-07-16 18:38:33ppperrysetrecipients: + ppperry
2018-07-16 18:38:33ppperrysetmessageid: <[email protected]>
2018-07-16 18:38:33ppperrylinkissue34127 messages
2018-07-16 18:38:33ppperrycreate