Files
cpython/Lib/tkinter/dnd.py
Serhiy Storchaka bb70b2afe3 bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
Use `widget is None` instead of checking the boolean value of a widget.
2020-12-25 17:04:26 +02:00

11 KiB