Eric Smith <[email protected]> added the comment:
I implemented this one:
field_name ::= (identifier | integer | ) ("." attribute_name |
"[" element_index "]")*
Which I would have written as:
field_name ::= (identifier | integer)? ("." attribute_name |
"[" element_index "]")*
Not that it matters, of course.
And the proviso is correct: blanks and integers cannot be mixed in the
same string.
Thanks for looking at this!
----------
stage: -> committed/rejected
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5237>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com