8000 bpo-30450: Add NEWS and whatsnew (GH-2236) · python/cpython@cb8c048 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb8c048

Browse files
authored
bpo-30450: Add NEWS and whatsnew (GH-2236)
1 parent 116dd5e commit cb8c048

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

321327
Deprecated
322328
==========

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,11 @@ IDLE
11341134
Windows
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)

0 commit comments

Comments
 (0)
0