summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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