]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-103878: Document that the cancelled file dialog value is only falsy (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 20:03:01 +0000 (22:03 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 20:03:01 +0000 (20:03 +0000)
commit93c71c7a980007f7e4f645832311ad20e9943503
treef0f693013330b8e74287fa9a005672ddbf3b1f13
parent7b57e8d51446297b8c7c482d224bc5f1938e4301
[3.15] gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429) (GH-152629)

Its exact type (empty string, tuple, list or None) varies between
platforms and Tk versions, so advise testing the result for truth.
(cherry picked from commit 9dd3340a623093b5d0ff054d5d42c370bb09221c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/dialog.rst