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 xdegaye
Recipients chris.jerdonek, ezio.melotti, michael.foord, pitrou, xdegaye
Date 2012-09-27.20:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348777553.88.0.376401383932.issue16056@psf.upfronthosting.co.za>
In-reply-to
Content
patchcheck output with the patch applied:

$ make patchcheck
./python ./Tools/scripts/patchcheck.py
Getting the list of files that have been added/changed ... 1 file
Fixing whitespace ... 0 files
Fixing C file whitespace ... 0 files
Fixing docs whitespace ... 0 files
Duplicate test names found in ... 1 file:
  Lib/test/test_heapq.py: test name 'TestErrorHandling.test_get_only'
Docs modified ... NO
Misc/ACKS updated ... NO
Misc/NEWS updated ... NO
configure regenerated ... not needed
pyconfig.h.in regenerated ... not needed

Did you run the test suite?
History
Date User Action Args
2012-09-27 20:25:53xdegayesetrecipients: + xdegaye, pitrou, ezio.melotti, michael.foord, chris.jerdonek
2012-09-27 20:25:53xdegayesetmessageid: <1348777553.88.0.376401383932.issue16056@psf.upfronthosting.co.za>
2012-09-27 20:25:53xdegayelinkissue16056 messages
2012-09-27 20:25:53xdegayecreate