[New-bugs-announce] [issue38173] [EASY] tkinter.filedialog.askopenfilenames should follow PEP8

Dong-hee Na report at bugs.python.org
Sat Sep 14 11:34:56 EDT 2019


New submission from Dong-hee Na <donghee.na92 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38173>
_______________________________________


More information about the New-bugs-announce mailing list