The Tuple syntax is perfectly regular
jepler epler
jepler.lnk at lnk.ispi.net
Mon Sep 4 17:39:56 EDT 2000
More information about the Python-list mailing list
Mon Sep 4 17:39:56 EDT 2000
- Previous message (by thread): The Tuple syntax is perfectly regular
- Next message (by thread): The Tuple syntax is perfectly regular
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
'(', (item, ',')*, ')'
()
(1,)
(1,2,)
the only irregularity is that the trailing comma is sometimes optional.
Surely everybody will be happy if we eliminate that little bit of cruft.
Jeff
- Previous message (by thread): The Tuple syntax is perfectly regular
- Next message (by thread): The Tuple syntax is perfectly regular
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list