summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-02-20 21:36:34 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-02-20 21:36:34 (GMT)
commit2d659518aa4d21ee72896a4b8a55bfacc2bd7adc (patch)
treedbaa2dc15799ff6f8ffaa85dcaad4ca0d0db78dd /Misc
parenta96fd48298db04cedbdb0cb75fc124ba58ff7bb4 (diff)
downloadcpython-2d659518aa4d21ee72896a4b8a55bfacc2bd7adc.zip
cpython-2d659518aa4d21ee72896a4b8a55bfacc2bd7adc.tar.gz
cpython-2d659518aa4d21ee72896a4b8a55bfacc2bd7adc.tar.bz2
Issue #20221: Removed conflicting (or circular) hypot definition
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb9bc58..006f3bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@ Documentation
Build
-----
+- Issue #20221: Removed conflicting (or circular) hypot definition when
+ compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
+
- Issue #20609: Restored the ability to build 64-bit Windows binaries on
32-bit Windows, which was broken by the change in issue #19788.