[issue2253] "continue" documentation internally inconsistent

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: You're right, the footnote has to be removed. Fixed in r61303. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2253] "continue" documentation internally inconsistent

2008-03-07 Thread Ben Pfaff
New submission from Ben Pfaff: The "continue" documentation says: "continue may only occur syntactically nested in a for or while loop, but not nested in a function or class definition or finally statement within that loop." In a footnote to that documentation, it says: "The restriction on occur