File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,12 @@ Build and C API Changes
317
317
:c:func: `PyOS_AfterFork_Child `. (Contributed by Antoine Pitrou in
318
318
:issue: `16500 `.)
319
319
320
+ * The Windows build process no longer depends on Subversion to pull in external
321
+ sources, a Python script is used to download zipfiles from GitHub instead.
322
+ If Python 3.6 is not found on the system (via ``py -3.6 ``), NuGet is used to
323
+ download a copy of 32-bit Python for this purpose. (Contributed by Zachary
324
+ Ware in :issue: `30450 `.)
325
+
320
326
321
327
Deprecated
322
328
==========
Original file line number Diff line number Diff line change @@ -1134,6 +1134,11 @@ IDLE
1134
1134
Windows
1135
1135
-------
1136
1136
1137
+ - bpo-30450: The build process on Windows no longer depends on Subversion,
1138
+ instead pulling external code from GitHub via a Python script. If Python 3.6
1139
+ is not found on the system (via ``py -3.6``), NuGet is used to download a
1140
+ copy of 32-bit Python.
1141
+
1137
1142
- bpo-29579: Removes readme.txt from the installer.
1138
1143
1139
1144
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
You can’t perform that action at this time.
0 commit comments