Ticket #3377 (closed feature request: fixed)
[Patch] Support Python-style tuple sections
Description
Support Python-style tuple sections:
>>> (, True, "Hello", ) 1 "World" (1, True, "Hello", "World")
The attached patches implement this syntax for both boxed and unboxed tuples, and include tests and documentation.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

