]> granicus.if.org Git - python/commitdiff
Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.
authorRaymond Hettinger <python@rcn.com>
Mon, 13 May 2002 04:17:32 +0000 (04:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 13 May 2002 04:17:32 +0000 (04:17 +0000)
Misc/NEWS

index 5998d0d5fb5694513d4b60e14e9a1f59ba73a2fc..4a4119768ee557cebad0dd4aea56c076cbad63f2 100644 (file)
--- 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