mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
It now accepts not only "x1, y1, x2, y2, ..." and "[x1, y1, x2, y2, ...]", but also "(x1, y1), (x2, y2), ..." and "[(x1, y1), (x2, y2), ...]".