[issue45992] distutils paths are scattered between PythonXY and PythonXY-32 on WoW64

2021-12-05 Thread Tzu-ping Chung
New submission from Tzu-ping Chung : Should be reproducible with a 32-bit Python 3.10 running on 64-bit Windows. $ py -3.10-32 -q >>> from distutils.command.install import install :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +28155 pull_request: https://github.com/python/cpython/pull/29931 ___ Python tracker ___ ___

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +28156 pull_request: https://github.com/python/cpython/pull/29932 ___ Python tracker ___ ___

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +28157 pull_request: https://github.com/python/cpython/pull/29933 ___ Python tracker ___ ___

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Ned Deily added the comment: New changeset 20801982fa696a01ad2c116925bddf2fda106338 by Ned Deily in branch '3.10': bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932) https://github.com/python/cpython/commit/20801982fa696a01ad2c116925bddf2fda106338 --

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Ned Deily added the comment: New changeset 7accb4fdb3dc1b4140089edee290998aff496fe2 by Ned Deily in branch '3.9': bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933) https://github.com/python/cpython/commit/7accb4fdb3dc1b4140089edee290998aff496fe2 -- _

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Ned Deily added the comment: New changeset f34d181fa15e1f082140a4e4a8fa3b77118f8e98 by Ned Deily in branch 'main': bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931) https://github.com/python/cpython/commit/f34d181fa15e1f082140a4e4a8fa3b77118f8e98 --

[issue42918] Nested multi-line expression will lead to "compile()" fails

2021-12-05 Thread hongweipeng
Change by hongweipeng : -- keywords: +patch nosy: +hongweipeng nosy_count: 4.0 -> 5.0 pull_requests: +28158 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29934 ___ Python tracker __

[issue45732] Make python.org Windows and macOS installers use Tk 8.6.12

2021-12-05 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

<    1   2