From: Raymond Hettinger Date: Mon, 13 May 2002 04:17:32 +0000 (+0000) Subject: Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. X-Git-Tag: v2.3c1~5682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87f59eeb0a544ca61ab017d86ed15dbd6716e5b1;p=thirdparty%2FPython%2Fcpython.git Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5998d0d5fb56..4a4119768ee5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -102,6 +102,8 @@ Extension modules Library +- added degree/radian conversion functions to the math module. + - ftplib.retrlines() now tests for callback is None rather than testing for False. Was causing an error when given a callback object which was callable but also returned len() as zero. The change may