Nick Coghlan <[email protected]> added the comment:
To see what is wrong with v2, try something like:
class Bizarre():
def __getattr__(self, attr):
raise SkipStatement
with Bizarre():
print "Not gonna happen, but no exception either!"
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5251>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com