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 ptn
Recipients ptn, rhettinger, tebeka
Date 2009-06-17.15:51:14
SpamBayes Score 5.6873773e-06
Marked as misclassified No
Message-id <1245253876.36.0.878533497116.issue6064@psf.upfronthosting.co.za>
In-reply-to
Content
+1, but I can't apply the patch cleanly:

$ patch -p0 < threading.diff
patching file Doc/library/threading.rst
Hunk #1 succeeded at 198 (offset -17 lines).
Hunk #2 succeeded at 211 (offset -17 lines).
Hunk #3 succeeded at 230 (offset -17 lines).
patching file Lib/threading.py
Hunk #1 succeeded at 407 with fuzz 1 (offset -16 lines).
Hunk #2 FAILED at 416.
1 out of 2 hunks FAILED -- saving rejects to file Lib/threading.py.rej
patching file Lib/test/test_threading.py
Hunk #1 succeeded at 350 with fuzz 2 (offset 14 lines).
History
Date User Action Args
2009-06-17 15:51:16ptnsetrecipients: + ptn, rhettinger, tebeka
2009-06-17 15:51:16ptnsetmessageid: <1245253876.36.0.878533497116.issue6064@psf.upfronthosting.co.za>
2009-06-17 15:51:14ptnlinkissue6064 messages
2009-06-17 15:51:14ptncreate