[issue18657] Remove duplicate ACKS entries
New submission from Madison May: The title says it all. I used collections.Counter to check for duplicates in ACKS and cleaned up a few double entries. ---------- assignee: docs@python components: Documentation messages: 194410 nosy: docs@python, madison.may priority: normal severity: normal status: open title: Remove duplicate ACKS entries versions: Python 3.4, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18657> _______________________________________
R. David Murray added the comment: Did you intend to attach a patch? ---------- nosy: +r.david.murray _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18657> _______________________________________
Madison May added the comment: Now with 100% more patch. Thanks for the catch, David. ---------- keywords: +patch Added file: http://bugs.python.org/file31157/ACKS_duplicates.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18657> _______________________________________
Roundup Robot added the comment: 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 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18657> _______________________________________
R. David Murray added the comment: Thanks, Madison. ---------- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior versions: +Python 3.3 -Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18657> _______________________________________
participants (3)
-
Madison May
-
R. David Murray
-
Roundup Robot