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 BreamoreBoy
Recipients BreamoreBoy, brett.cannon, pitrou, serhiy.storchaka
Date 2015-03-06.02:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425608929.69.0.794677326002.issue20556@psf.upfronthosting.co.za>
In-reply-to
Content
Cut and paste error?

         if verbose:
@@ -110,17 +110,17 @@
         for t in threads:
             t.join()
             self.assertTrue(not t.is_alive())
+            self.assertFalse(t.is_alive())
History
Date User Action Args
2015-03-06 02:28:49BreamoreBoysetrecipients: + BreamoreBoy, brett.cannon, pitrou, serhiy.storchaka
2015-03-06 02:28:49BreamoreBoysetmessageid: <1425608929.69.0.794677326002.issue20556@psf.upfronthosting.co.za>
2015-03-06 02:28:49BreamoreBoylinkissue20556 messages
2015-03-06 02:28:49BreamoreBoycreate