[Python-checkins] python/dist/src/Misc NEWS,1.406,1.407
rhettinger@sourceforge.net
rhettinger@sourceforge.net
2002年5月12日 21:17:34 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv8720
Modified Files:
NEWS
Log Message:
Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.406
retrieving revision 1.407
diff -C2 -d -r1.406 -r1.407
*** NEWS 12 May 2002 06:07:21 -0000 1.406
--- NEWS 13 May 2002 04:17:32 -0000 1.407
***************
*** 103,106 ****
--- 103,108 ----
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