[issue38173] [EASY] tkinter.filedialog.askopenfilenames should follow PEP8

2019-09-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: We usually do not accept pure cosmetic changes. >From PEP 8: Some other good reasons to ignore a particular guideline: 3. Because the code in question predates the introduction of the guideline and there is no other reason to be modifying that code.

[issue38173] [EASY] tkinter.filedialog.askopenfilenames should follow PEP8

2019-09-14 Thread Dong-hee Na
New submission from Dong-hee Na : 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: lo

[issue38173] [EASY] tkinter.filedialog.askopenfilenames should follow PEP8

2019-09-14 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +newcomer friendly ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https