diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-05-22 08:54:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 08:54:41 (GMT) |
commit | 9bc80dac47f6d43d0bbfbf10c4cc3848b175e97f (patch) | |
tree | 880c0b929091cb922c9f864b7a58b0e4ac90838a /Python/emscripten_signal.c | |
parent | 6fba0314765d7c58a33e9859d9cd5bcc35d2fd0a (diff) | |
download | cpython-9bc80dac47f6d43d0bbfbf10c4cc3848b175e97f.zip cpython-9bc80dac47f6d43d0bbfbf10c4cc3848b175e97f.tar.gz cpython-9bc80dac47f6d43d0bbfbf10c4cc3848b175e97f.tar.bz2 |
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
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), ...]".
Diffstat (limited to 'Python/emscripten_signal.c')
0 files changed, 0 insertions, 0 deletions