From: Ɓukasz Langa Date: Sat, 20 Nov 2010 16:24:30 +0000 (+0000) Subject: removed a NEWS entry that cloned itself in mysterious circumstances X-Git-Tag: v3.2b1~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f149e45a4e3311c2eb6ce63aa0b00b6dcacf01f5;p=thirdparty%2FPython%2Fcpython.git removed a NEWS entry that cloned itself in mysterious circumstances --- diff --git a/Misc/NEWS b/Misc/NEWS index 9f0da3b5093d..cb0e19dfb4db 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -42,10 +42,6 @@ Library complex zeros on systems where the log1p function fails to respect the sign of zero. This fixes a test failure on AIX. -- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to complex - zeros on systems where the log1p function fails to respect the sign of zero. - This fixes a test failure on AIX. - - Issue #9732: Addition of getattr_static to the inspect module. - Issue #10446: Module documentation generated by pydoc now links to a