diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-02-20 21:36:34 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-02-20 21:36:34 (GMT) |
commit | 2d659518aa4d21ee72896a4b8a55bfacc2bd7adc (patch) | |
tree | dbaa2dc15799ff6f8ffaa85dcaad4ca0d0db78dd /Misc | |
parent | a96fd48298db04cedbdb0cb75fc124ba58ff7bb4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |