summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-10-06 04:15:14 (GMT)
committerGitHub <noreply@github.com>2017-10-06 04:15:14 (GMT)
commit7faf7e50757dde2cb8583ee08ef31f4b8312e44f (patch)
tree40329c060cb97d0d30919b4ea62ba9ef836b8dc7 /Misc
parentac317700ce7439e38a8b420218d9a5035bba92ed (diff)
downloadcpython-7faf7e50757dde2cb8583ee08ef31f4b8312e44f.zip
cpython-7faf7e50757dde2cb8583ee08ef31f4b8312e44f.tar.gz
cpython-7faf7e50757dde2cb8583ee08ef31f4b8312e44f.tar.bz2
closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst b/Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst
new file mode 100644
index 0000000..00aae0b
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst
@@ -0,0 +1,2 @@
+Improve compiler version information in :data:`sys.version` when Python is
+built with Clang.