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 abacabadabacaba
Recipients abacabadabacaba
Date 2010-04-17.19:37:20
SpamBayes Score 4.5377366e-08
Marked as misclassified No
Message-id <1271533041.82.0.66984927267.issue8436@psf.upfronthosting.co.za>
In-reply-to
Content
>>> list().__init__(a=0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'a' is an invalid keyword argument for this function
>>> set().__init__(a=0)
History
Date User Action Args
2010-04-17 19:37:21abacabadabacabasetrecipients: + abacabadabacaba
2010-04-17 19:37:21abacabadabacabasetmessageid: <1271533041.82.0.66984927267.issue8436@psf.upfronthosting.co.za>
2010-04-17 19:37:20abacabadabacabalinkissue8436 messages
2010-04-17 19:37:20abacabadabacabacreate