summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-05-13 04:17:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-05-13 04:17:32 (GMT)
commit87f59eeb0a544ca61ab017d86ed15dbd6716e5b1 (patch)
tree5468f4fcf7fe9635ab23e94ae908b769c455d31c /Misc
parentd6f2267a83eded6ab672a350d9aadd5d2ef28ba5 (diff)
downloadcpython-87f59eeb0a544ca61ab017d86ed15dbd6716e5b1.zip
cpython-87f59eeb0a544ca61ab017d86ed15dbd6716e5b1.tar.gz
cpython-87f59eeb0a544ca61ab017d86ed15dbd6716e5b1.tar.bz2
Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5998d0d..4a41197 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