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.

Author tseaver
Recipients Arfrever, belopolsky, chris.jerdonek, mcdonc, mitar, python-dev, sbt, tseaver
Date 2013-01-20.17:25:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358702718.92.0.0561429623197.issue15881@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the bug against the 2.7 tip.

Reviewing the 2.7 patch:

- The 2.7 tip has 'Misc/ACKS' instead of 'Doc/ACKS.txt'.

- In 'Misc/ACKS', the line adding 'Chris McDonough' should add it in alpha order.

- The remainder of the patch looks correct, and applies cleanly to the tip of the 2.7 branch.

- After applying the patch to the 2.7 tip, I can no longer reproduce the bug.

- After applying the patch, the full test suite ('./python -m test.testall -j3') passes all tests.
History
Date User Action Args
2013-01-20 17:25:19tseaversetrecipients: + tseaver, belopolsky, Arfrever, mcdonc, mitar, chris.jerdonek, python-dev, sbt
2013-01-20 17:25:18tseaversetmessageid: <1358702718.92.0.0561429623197.issue15881@psf.upfronthosting.co.za>
2013-01-20 17:25:18tseaverlinkissue15881 messages
2013-01-20 17:25:18tseavercreate