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 ethan.furman
Recipients abacabadabacaba, ethan.furman, mark.dickinson, rhettinger, serhiy.storchaka
Date 2014-10-13.15:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413214066.1.0.724838213012.issue22609@psf.upfronthosting.co.za>
In-reply-to
Content
Code looks good.

Only downside is the change in help and inspect.signature output, but that is minor:

Help on dict object:
class dict(object)
 [...]
|  __init__(self, /, *args, **kwargs)

  vs.

Help on class Counter in module collections:
class Counter(builtins.dict)
 [...]
|  __init__(*args, **kwds)

+1 to accept.
History
Date User Action Args
2014-10-13 15:27:46ethan.furmansetrecipients: + ethan.furman, rhettinger, mark.dickinson, abacabadabacaba, serhiy.storchaka
2014-10-13 15:27:46ethan.furmansetmessageid: <1413214066.1.0.724838213012.issue22609@psf.upfronthosting.co.za>
2014-10-13 15:27:46ethan.furmanlinkissue22609 messages
2014-10-13 15:27:46ethan.furmancreate