◐ Shell
clean mode source ↗

Add more tkinter.Canvas tests by serhiy-storchaka · Pull Request #98475 · python/cpython

It is a prerequisite for python#94473. Add tests for the coords() method and
for creation of some Canvas items.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 20, 2022
It is a prerequisite for pythonGH-94473. Add tests for the coords() method and
for creation of some Canvas items.
(cherry picked from commit ff173ed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 20, 2022
It is a prerequisite for pythonGH-94473. Add tests for the coords() method and
for creation of some Canvas items.
(cherry picked from commit ff173ed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington added a commit that referenced this pull request

Oct 20, 2022
It is a prerequisite for GH-94473. Add tests for the coords() method and
for creation of some Canvas items.
(cherry picked from commit ff173ed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

carljm added a commit to carljm/cpython that referenced this pull request

Oct 20, 2022

ambv pushed a commit that referenced this pull request

Oct 28, 2022
Add more tkinter.Canvas tests (GH-98475)

It is a prerequisite for GH-94473. Add tests for the coords() method and
for creation of some Canvas items.
(cherry picked from commit ff173ed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>