Files
cpython/Doc/deprecations
f212f219a5 gh-152638: Deprecate tkinter.filedialog.askopenfiles() (GH-152647)
Opening several files at once is error-prone, and the returned list
cannot be used in a "with" statement.  Iterate over the names returned
by askopenfilenames() and open them one by one instead.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-07-11 05:53:02 +00:00
..