Skip to content

Commit

Permalink
bpo-30450: Add NEWS and whatsnew (pythonGH-2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Jun 16, 2017
1 parent 116dd5e commit cb8c048
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,12 @@ Build and C API Changes
:c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
:issue:`16500`.)

* The Windows build process no longer depends on Subversion to pull in external
sources, a Python script is used to download zipfiles from GitHub instead.
If Python 3.6 is not found on the system (via ``py -3.6``), NuGet is used to
download a copy of 32-bit Python for this purpose. (Contributed by Zachary
Ware in :issue:`30450`.)


Deprecated
==========
Expand Down
5 changes: 5 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,11 @@ IDLE
Windows
-------

- bpo-30450: The build process on Windows no longer depends on Subversion,
instead pulling external code from GitHub via a Python script. If Python 3.6
is not found on the system (via ``py -3.6``), NuGet is used to download a
copy of 32-bit Python.

- bpo-29579: Removes readme.txt from the installer.

- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
Expand Down

0 comments on commit cb8c048

Please sign in to comment.