Bug report
Native Linux binary and Windows executable (under Wine) have different behaviors for tkinter's filedialog.askdirectory. Clicking "Cancel" results in a return value of () (empty tuple) under Linux, and "" for the Windows executable.
Your environment
- CPython versions tested on:
3.11
- Operating system and architecture:
Arch Linux 6.2.9 natively AND under Wine 8.5
Linked PRs
Bug report
Native Linux binary and Windows executable (under Wine) have different behaviors for tkinter's
filedialog.askdirectory. Clicking "Cancel" results in a return value of()(empty tuple) under Linux, and""for the Windows executable.Your environment
3.11
Arch Linux 6.2.9 natively AND under Wine 8.5
Linked PRs
""#111195