Message83605
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! |
|
| Date |
User |
Action |
Args |
| 2009-03-14 22:05:24 | eric.smith | set | recipients:
+ eric.smith, gvanrossum, terry.reedy, mark.dickinson, ncoghlan, orsenthil, pitrou, LambertDW, ezio.melotti |
| 2009-03-14 22:05:24 | eric.smith | set | messageid: <[email protected]> |
| 2009-03-14 22:05:22 | eric.smith | link | issue5237 messages |
| 2009-03-14 22:05:22 | eric.smith | create | |
|