[Patch] Support Python-style tuple sections
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.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.10.4 |
| Type | FeatureRequest |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | batterseapower@hotmail.com, ndmitchell@gmail.com |
| Operating system | |
| Architecture |