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 jwp
Recipients jwp, ncoghlan
Date 2009-03-15.06:46:40
SpamBayes Score 0.0013032987
Marked as misclassified No
Message-id <1237099608.15.0.464550794288.issue5251@psf.upfronthosting.co.za>
In-reply-to
Content
Just downloaded v2 and tried it out against Python 2.7a0 (trunk:70381M,
Mar 14 2009, 23:12:51).

output of the "nested_issue.py" script with patch:

jwp@torch[]:org/python/trunk 0% /src/build/py/bin/python ./nested_issue.py
()
[try_with_nested]
Skipping statement body
()
SUCCESS! i guess..
()
[try_with_nested_class]
Skipping statement body
()
SUCCESS! i guess..
()
[try_with_nested_statements]
()
SUCCESS! i guess..
()
[try_with_nested_statements_class]
()
SUCCESS! i guess..

I'm going to play with it a bit more, but it looks pretty solid already...
History
Date User Action Args
2009-03-15 06:46:49jwpsetrecipients: + jwp, ncoghlan
2009-03-15 06:46:48jwpsetmessageid: <1237099608.15.0.464550794288.issue5251@psf.upfronthosting.co.za>
2009-03-15 06:46:45jwplinkissue5251 messages
2009-03-15 06:46:42jwpcreate