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 aminusfu
Recipients
Date 2007-03-12.01:19:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Why not subclass threading._Thread and override just the run method? It would make more sense, then, to stick with the "cancel" method name instead of "end".
History
Date User Action Args
2007-08-23 15:57:22adminlinkissue1676820 messages
2007-08-23 15:57:22admincreate