File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -317,6 +317,12 @@ Build and C API Changes
317317 :c:func: `PyOS_AfterFork_Child `. (Contributed by Antoine Pitrou in
318318 :issue: `16500 `.)
319319
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+
320326
321327Deprecated
322328==========
Original file line number Diff line number Diff line change @@ -1134,6 +1134,11 @@ IDLE
11341134Windows
11351135-------
11361136
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+
11371142- bpo-29579: Removes readme.txt from the installer.
11381143
11391144- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
You can’t perform that action at this time.
0 commit comments