[issue39107] Upgrade tcl/tk to 8.6.10 (Windows and maxOS)

2020-03-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://www.tcl.tk/man/tcl8.6/TkCmd/contents.htm now displays the 8.6.10 pages, so the tcl folk consider this to be the current stable release. Zach or Steve or whowever can handle this for Windows, please upgrade pcbuild and whatever else 'soon' (by next re

[issue22121] Start IDLE from icon in a better place.

2020-03-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: See also #38775 about a configuration option. The two proposals need to be coordinated. -- ___ Python tracker ___ _

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Steven D'Aprano
Change by Steven D'Aprano : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue39925] `pathlib.Path.link_to()` has the wrong argument order

2020-03-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This seems to be a duplicate of issue39291. -- nosy: +pitrou, xtreak ___ Python tracker ___ ___

[issue39929] dataclasses.asdict will mangle collection.Counter instances

2020-03-10 Thread bscarlett
New submission from bscarlett : I noticed that dataclasses.asdict seems to incorrectly reconstruct collections.Counter objects with the counter values as tuple keys. eg: In [1]: from collections import Counter In [2]: from dataclasses import dataclass, asdict In [3]: c = Counter() In [4]: c[

[issue39927] IDLE.app fails to launch on macOS 10.15 if denied access to user's Document Folder

2020-03-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ned> we should be able to catch an exception when IDLE tries to set the working directory to Documents. If IDLE did that, then I would consider the silent exit an IDLE bug. However, IDLE only calls os.chdir, when running a user script, in the user process,

[issue39927] IDLE.app fails on macOS 10.15 if denied access to Documents

2020-03-10 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: IDLE.app fails to launch on macOS 10.15 if denied access to user's Document Folder -> IDLE.app fails on macOS 10.15 if denied access to Documents ___ Python tracker _

<    1   2