[docs] [issue11337] Nothing refers to footnote [1] on page "6. Simple Statements" in Language Reference
Terry J. Reedy
report at bugs.python.org
Fri Mar 4 21:55:13 CET 2011
Terry J. Reedy <tjreedy at udel.edu> added the comment:
Agreed. The footnote is "[1] It may occur within an except or else clause. The restriction on occurring in the try clause is implementor’s laziness and will eventually be lifted. "
I searched chapter for all occurences of '1' and also found no reference.
(And verified searching for '[#]' in .rst.) Nor can I think of what the footnote referred to. Unless someone else can, we should delete it.
Georg: should sphinx not noticed mismatch between # of footnote references and footnotes?
----------
nosy: +georg.brandl, terry.reedy
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11337>
_______________________________________
More information about the docs
mailing list