[issue39107] Consider upgrading Tkinter to Tk 8.6.10

2019-12-20 Thread Aivar Annamaa
Change by Aivar Annamaa : -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy ___ Python tracker ___ ___

[issue39107] Consider upgrading Tkinter to Tk 8.6.10

2019-12-20 Thread Aivar Annamaa
New submission from Aivar Annamaa : It includes several Mac-related enhancements https://sourceforge.net/projects/tcl/files/Tcl/8.6.10/tcltk-release-notes-8.6.10.txt/view -- components: Tkinter messages: 358702 nosy: Aivar.Annamaa priority: normal severity: normal status: open title:

[issue13153] IDLE 3.x on Windows exits when pasting non-BMP unicode

2019-12-20 Thread Aivar Annamaa
Aivar Annamaa added the comment: >>> '\N{PERSONAL COMPUTER}' freezes IDLE 3.7.6 (64-bit, downloaded from python.org) on macOS 10.15 Can it be because Tk 8.6.8 is still used there? -- nosy: +Aivar.Annamaa ___ Python tracker

[issue39094] Add a default to statistics.mean and related functions

2019-12-20 Thread Steven D'Aprano
Steven D'Aprano added the comment: I agree with Raymond's comments, except that because I'm sometimes a bit of a pedant, I have to make one minor correction: max and min can be descriptive statistics. The sample minimum is the 1st order statistic, and the sample maximum is the N-th order

[issue39097] The description of multiprocessing.cpu_count() is not accurate in the documentation

2019-12-20 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39106] Add suggestions to argparse error message output for unrecognized arguments

2019-12-20 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : I came across this idea while working on error messages for click at https://github.com/pallets/click/issues/1446. Currently for unknown arguments which could in some case be typos argparse throws an error but doesn't make any suggestions. It

<    1   2