Message229248
| 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:46 | ethan.furman | set | recipients: + ethan.furman, rhettinger, mark.dickinson, abacabadabacaba, serhiy.storchaka |
| 2014-10-13 15:27:46 | ethan.furman | set | messageid: <1413214066.1.0.724838213012.issue22609@psf.upfronthosting.co.za> |
| 2014-10-13 15:27:46 | ethan.furman | link | issue22609 messages |
| 2014-10-13 15:27:46 | ethan.furman | create | |