mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
* Format 1-element tuples as "(x,)" Currently, single-element tuple "repr" / "str" gives "(x)", but it should really give "(x,)" according to Python. * Fix tests