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.
Created on 2011-10-07 08:50 by lars, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
cpython-counter-iadd.diff | lars, 2011-10-07 08:50 | Patch that adds __iadd__ to collections.Counter | review | |
counter.diff | rhettinger, 2011-10-19 05:06 | Patch for in-place multiset operations | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:22 | admin | set | github: 57330 |
2011-10-19 20:41:20 | rhettinger | set | status: open -> closed resolution: fixed |
2011-10-19 20:40:49 | python-dev | set | nosy:
+ python-dev messages: + msg145959 |
2011-10-19 05:06:59 | rhettinger | set | files: + counter.diff |
2011-10-07 11:49:28 | rhettinger | set | priority: normal -> low messages: + msg145071 |
2011-10-07 09:17:07 | lars | set | messages: + msg145067 |
2011-10-07 09:11:35 | mark.dickinson | set | type: behavior -> enhancement |
2011-10-07 09:11:18 | mark.dickinson | set | assignee: rhettinger |
2011-10-07 08:58:13 | petri.lehtinen | set | versions:
+ Python 3.3, - Python 3.4 nosy: + rhettinger, petri.lehtinen messages: + msg145065 stage: patch review |
2011-10-07 08:50:33 | lars | create |