This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, taleinat
Date 2019-09-14.15:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568475296.23.0.464650205482.issue38173@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/blob/39d87b54715197ca9dcb6902bb43461c0ed701a2/Lib/tkinter/filedialog.py#L397

This should be
options["multiple"]=1 -> options["multiple"] = 1
History
Date User Action Args
2019-09-14 15:34:56corona10setrecipients: + corona10, taleinat
2019-09-14 15:34:56corona10setmessageid: <1568475296.23.0.464650205482.issue38173@roundup.psfhosted.org>
2019-09-14 15:34:56corona10linkissue38173 messages
2019-09-14 15:34:56corona10create