[Python-checkins] python/dist/src/Misc NEWS,1.558,1.559
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
2002年12月14日 11:51:36 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv21375/Misc
Modified Files:
NEWS
Log Message:
Apply SF patch 652930: Add optional base argument to math.log(x[, base]).
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.558
retrieving revision 1.559
diff -C2 -d -r1.558 -r1.559
*** NEWS 12 Dec 2002 19:13:44 -0000 1.558
--- NEWS 14 Dec 2002 19:51:31 -0000 1.559
***************
*** 565,568 ****
--- 565,570 ----
- Added conversion functions math.degrees() and math.radians().
+ - math.log() now takes an optional argument: math.log(x[, base]).
+
- ftplib.retrlines() now tests for callback is None rather than testing
for False. Was causing an error when given a callback object which