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 georg.brandl
Recipients georg.brandl, smcallis
Date 2010-07-29.17:03:46
SpamBayes Score 0.0424288
Marked as misclassified No
Message-id <1280423033.38.0.169200145189.issue6480@psf.upfronthosting.co.za>
In-reply-to
Content
code.runsource() uses the "single" start symbol by default, which will parse only a single statement.  Only your second snippet is a single statement, while the others are two statements.
History
Date User Action Args
2010-07-29 17:03:53georg.brandlsetrecipients: + georg.brandl, smcallis
2010-07-29 17:03:53georg.brandlsetmessageid: <1280423033.38.0.169200145189.issue6480@psf.upfronthosting.co.za>
2010-07-29 17:03:46georg.brandllinkissue6480 messages
2010-07-29 17:03:46georg.brandlcreate