diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-25 19:34:19 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-25 19:34:19 (GMT) |
commit | 64ba60aa57fd65d3107787cde6bb2f988e7e1c53 (patch) | |
tree | 13c13c9f0660b906eb785b3d976206c2fe9fff82 /Misc | |
parent | 88a1977a087bba87b07b2dc94269539108da300d (diff) | |
download | cpython-64ba60aa57fd65d3107787cde6bb2f988e7e1c53.zip cpython-64ba60aa57fd65d3107787cde6bb2f988e7e1c53.tar.gz cpython-64ba60aa57fd65d3107787cde6bb2f988e7e1c53.tar.bz2 |
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Patch by Zachary Turner.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -180,6 +180,9 @@ Library Build ----- +- Issue #21958: Define HAVE_ROUND when building with Visual Studio 2013 and + above. Patch by Zachary Turner. + - Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ now display special message when and only when there are failures. |