Update of /cvsroot/webware/Webware/MiscUtils/Docs
In directory sc8-pr-cvs1:/tmp/cvs-serv4939/Docs
Modified Files:
RelNotes-0.8.html
Log Message:
- added mktemp()
Index: RelNotes-0.8.html
===================================================================
RCS file: /cvsroot/webware/Webware/MiscUtils/Docs/RelNotes-0.8.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RelNotes-0.8.html 15 Nov 2002 10:20:58 -0000 1.3
--- RelNotes-0.8.html 9 Dec 2002 05:32:44 -0000 1.4
***************
*** 25,28 ****
--- 25,29 ----
<li> New <span class=name>MiscUtils.Funcs.wordWrap(s, width=78)</span> function which does just what you would expect.
<li> New <span class=name>MiscUtils.Funcs.localIP(remote=('www.yahoo.com', 80), useCache=1)</span> function which returns your local IP address, hopefully as seen by the Internet. It comes with caveats, so read the <a href=Source/Files/Funcs.py.html>doc string</a>.
+ <li> New <span class=name>MiscUtils.Funcs.mktemp(suffix="", dir=None)</span> which allows a custom directory to be passed without requiring any module level variables to be modified.
</ul>
|