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 eric.smith
Recipients eric.smith, newtodisworld
Date 2011-07-10.12:58:13
SpamBayes Score 0.010511187
Marked as misclassified No
Message-id <1310302694.19.0.804613792815.issue12525@psf.upfronthosting.co.za>
In-reply-to
Content
Don't call both start() and run(). From the documentation, start() arranges for run() to be called. After the call to start(), 'abc' is printed.
History
Date User Action Args
2011-07-10 12:58:14eric.smithsetrecipients: + eric.smith, newtodisworld
2011-07-10 12:58:14eric.smithsetmessageid: <1310302694.19.0.804613792815.issue12525@psf.upfronthosting.co.za>
2011-07-10 12:58:13eric.smithlinkissue12525 messages
2011-07-10 12:58:13eric.smithcreate