summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-03-04 06:34:19 (GMT)
committerGitHub <noreply@github.com>2017-03-04 06:34:19 (GMT)
commita2edd3ae4074952ce77d9319da2dbb2a47300c27 (patch)
treebabf6e2bb4f639fb1139819e9fcc054cf7434fd5 /Misc/NEWS
parent2df52acce2471f6ee27cdcd5f525538abbc13313 (diff)
downloadcpython-a2edd3ae4074952ce77d9319da2dbb2a47300c27.zip
cpython-a2edd3ae4074952ce77d9319da2dbb2a47300c27.tar.gz
cpython-a2edd3ae4074952ce77d9319da2dbb2a47300c27.tar.bz2
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
* bpo-27593: Get SCM build info from git instead of hg. (#446) sys.version and the platform module python_build(), python_branch(), and python_revision() functions now use git information rather than hg when building from a repo. Based on original patches by Brett Cannon and Steve Dower. (cherry picked from commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178) (cherry picked from commit 95c50e5aed9e5683676e18349dd94b11901a66b3)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47e3d05..b17ad90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,11 +127,6 @@ Tests
determine the candidate encoding for the test regex (allowing it to correctly
skip the test when the default locale encoding is a multi-byte encoding)
-Build
------
-
-- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k.
-
What's New in Python 3.5.3?
===========================