mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
9bc80dac47
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), ...]".