Message7092

Author taggartaa
Recipients taggartaa
Date 2012-05-15.14:47:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337093279.6.0.748476102419.issue1884@psf.upfronthosting.co.za>
In-reply-to
Content
threading.create_thread does not exist but threading.createThread does. This is inconsistent with Cpython. 

Reproduce:
import threading
threading.create_thread()

Attribute Error: 'module' object has no attribute 'create_thread'
History
Date User Action Args
2012-05-15 14:47:59taggartaasetrecipients: + taggartaa
2012-05-15 14:47:59taggartaasetmessageid: <1337093279.6.0.748476102419.issue1884@psf.upfronthosting.co.za>
2012-05-15 14:47:59taggartaalinkissue1884 messages
2012-05-15 14:47:59taggartaacreate