]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2026 19:52:23 +0000 (22:52 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 19:52:23 +0000 (22:52 +0300)
commit9dd3340a623093b5d0ff054d5d42c370bb09221c
tree050f1ebd07f189f5720d01d80d416fe220de3d36
parent55a09ed4227eecbc4a3880637c2250bfc05858ef
gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429)

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/dialog.rst