[issue18657] Remove duplicate ACKS entries

2013-08-04 Thread R. David Murray
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

[issue18657] Remove duplicate ACKS entries

2013-08-04 Thread Roundup Robot
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

[issue18657] Remove duplicate ACKS entries

2013-08-04 Thread Madison May
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 _

[issue18657] Remove duplicate ACKS entries

2013-08-04 Thread R. David Murray
R. David Murray added the comment: Did you intend to attach a patch? -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-l

[issue18657] Remove duplicate ACKS entries

2013-08-04 Thread Madison May
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 s