New submission from Dong-hee Na <donghee.n...@gmail.com>:

https://github.com/python/cpython/blob/39d87b54715197ca9dcb6902bb43461c0ed701a2/Lib/tkinter/filedialog.py#L397

This should be
options["multiple"]=1 -> options["multiple"] = 1

----------
components: Tkinter
messages: 352438
nosy: corona10, taleinat
priority: low
severity: normal
status: open
title: [EASY] tkinter.filedialog.askopenfilenames should follow PEP8
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to