This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pavlosto
Recipients georg.brandl, pavlosto
Date 2008-08-05.09:38:39
SpamBayes Score 4.9082977e-05
Marked as misclassified No
Message-id <1217929120.44.0.382303757014.issue3504@psf.upfronthosting.co.za>
In-reply-to
Content
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)*
...
History
Date User Action Args
2008-08-05 09:38:40pavlostosetrecipients: + pavlosto, georg.brandl
2008-08-05 09:38:40pavlostosetmessageid: <1217929120.44.0.382303757014.issue3504@psf.upfronthosting.co.za>
2008-08-05 09:38:39pavlostolinkissue3504 messages
2008-08-05 09:38:39pavlostocreate