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.

classification
Title: Remove duplicate ACKS entries
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, madison.may, python-dev, r.david.murray
Priority: normal Keywords: patch

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:49adminsetgithub: 62857
2013-08-04 19:50:53r.david.murraysetstatus: open -> closed
versions: + Python 3.3, - Python 3.5
type: behavior
messages: + msg194417

resolution: fixed
stage: resolved
2013-08-04 19:50:21python-devsetnosy: + python-dev
messages: + msg194416
2013-08-04 19:38:43madison.maysetfiles: + ACKS_duplicates.patch
keywords: + patch
messages: + msg194413
2013-08-04 19:34:22r.david.murraysetnosy: + r.david.murray
messages: + msg194411
2013-08-04 19:31:04madison.maycreate