Martin v. Löwis <mar...@v.loewis.de> added the comment:

> Actually, it looks like PEP 3131 and the Language Reference [1] still
> disagree.  The latter says:
> 
> identifier  ::=  id_start id_continue*
> 
> which should probably be
> 
> identifier  ::=  xid_start xid_continue*
> 
> instead.

Interesting. XID_* is being used in the PEP since r57023, whereas the
documentation was added in r57824. In any case, this is now fixed in
r87575/r87576.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10542>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to