commit | 2bebadfe517c8c3c5a24f246eb44b5fa9dfc2cf3 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 21 21:54:47 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 21 21:54:47 2008 +0000 |
tree | e3135aa1d1c6174cde600d3fba6579dd831a9362 | |
parent | 78d50ccdf93d98d39fa7ec741a401d6bf2db815a [diff] [blame] |
Issue 1678380: fix a bug identifying -0.0 and 0.0
diff --git a/Misc/NEWS b/Misc/NEWS index 00db9af..dd06f60 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Issue #1678380: distinction between 0.0 and -0.0 was lost during constant + folding optimization. This was a regression from Python 2.4. + - Issue #1882: when compiling code from a string, encoding cookies in the second line of code were not always recognized correctly.