[issue3504] Python Reference Manual inconsistency (Notation)
paul stoop
report at bugs.python.org
Tue Aug 5 11:38:40 CEST 2008
New submission from paul stoop <paul.stoop.nl at gmail.com>:
On page http://docs.python.org/ref/notation.html the following text:
name ::= lc_letter
lc_letter ::= "a"..."z"
The first line says that a name is an lc_letter followed by a sequence
of zero or more lc_letters and underscores
...
should read (imho)
name ::= lc_letter(_|lc_letter)*
...
----------
assignee: georg.brandl
components: Documentation
messages: 70732
nosy: georg.brandl, pavlosto
severity: normal
status: open
title: Python Reference Manual inconsistency (Notation)
versions: Python 2.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3504>
_______________________________________
More information about the Python-bugs-list
mailing list