From: Georg Brandl Date: Sun, 6 Mar 2011 09:51:18 +0000 (+0100) Subject: #11337: remove unreferenced footnote. X-Git-Tag: v3.2.1b1~342^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32acd0d79b1a82f8364a51cbe4c37ccb5485021;p=thirdparty%2FPython%2Fcpython.git #11337: remove unreferenced footnote. --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 722ee7725e5a..548e0a9ef793 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -986,10 +986,3 @@ pre-existing bindings in the local scope. :pep:`3104` - Access to Names in Outer Scopes The specification for the :keyword:`nonlocal` statement. - - -.. rubric:: Footnotes - -.. [#] It may occur within an :keyword:`except` or :keyword:`else` clause. The - restriction on occurring in the :keyword:`try` clause is implementor's - laziness and will eventually be lifted.