mirror of
https://github.com/python/cpython.git
synced 2026-05-13 22:11:05 +00:00
Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.
This commit is contained in:
parent
d6f2267a83
commit
87f59eeb0a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue