commit | 10525ad31383e33c6e2dcdfcc9180ada55fa3b50 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Oct 04 05:47:47 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Oct 04 05:47:47 2006 +0000 |
tree | d089bc2b2ef19eb4ced5b07150db8038e0399ca8 | |
parent | a027bac30aef8eeb129a9173dfc1c4dfedc44993 [diff] [blame] |
Fix integer negation and absolute value to not rely on undefined behaviour of the C compiler anymore.
diff --git a/Misc/NEWS b/Misc/NEWS index 61ccad6..e71be10 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Integer negation and absolute value were fixed to not rely + on undefined behaviour of the C compiler anymore. + - Bug #1566800: make sure that EnvironmentError can be called with any number of arguments, as was the case in Python 2.4.