Issue 18657: Remove duplicate ACKS entries (original) (raw)

Issue18657

Created on 2013-08-04 19:31 by madison.may, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ACKS_duplicates.patch madison.may,2013-08-04 19:38 Duplicate entries removed from ACKS review
Messages (5)
msg194410 - (view) Author: Madison May (madison.may) * Date: 2013-08-04 19:31
The title says it all. I used collections.Counter to check for duplicates in ACKS and cleaned up a few double entries.
msg194411 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-08-04 19:34
Did you intend to attach a patch?
msg194413 - (view) Author: Madison May (madison.may) * Date: 2013-08-04 19:38
Now with 100% more patch. Thanks for the catch, David.
msg194416 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-04 19:50
New changeset 2ec323dadca2 by R David Murray in branch '3.3': #18657: remove duplicate entries from Misc/ACKS. http://hg.python.org/cpython/rev/2ec323dadca2 New changeset f4f81ebc3de9 by R David Murray in branch 'default': Merge: #18657: remove duplicate entries from Misc/ACKS. http://hg.python.org/cpython/rev/f4f81ebc3de9
msg194417 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-08-04 19:50
Thanks, Madison.
History
Date User Action Args
2022-04-11 14:57:49 admin set github: 62857
2013-08-04 19:50:53 r.david.murray set status: open -> closedversions: + Python 3.3, - Python 3.5type: behaviormessages: + resolution: fixedstage: resolved
2013-08-04 19:50:21 python-dev set nosy: + python-devmessages: +
2013-08-04 19:38:43 madison.may set files: + ACKS_duplicates.patchkeywords: + patchmessages: +
2013-08-04 19:34:22 r.david.murray set nosy: + r.david.murraymessages: +
2013-08-04 19:31:04 madison.may create