Comment 4 for bug 939577

Revision history for this message
Georg Brandl (gbrandl) wrote :

Of course it's permitted; just like

try:
 if True:
                             while True:
                               pass

would also be permitted. That doesn't mean that you want to write (or see) code like that :)