Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.

This commit is contained in:
Raymond Hettinger 2002-05-13 04:17:32 +00:00
parent d6f2267a83
commit 87f59eeb0a
1 changed files with 2 additions and 0 deletions

View File

@ -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