|
[Webware-checkins] CVS: Webware/MiscUtils/Docs RelNotes-0.8.html,1.2,1.3
From: Chuck Esterbrook <echuck@us...> - 2002-11-15 10:21
|
Update of /cvsroot/webware/Webware/MiscUtils/Docs
In directory usw-pr-cvs1:/tmp/cvs-serv1290/Docs
Modified Files:
RelNotes-0.8.html
Log Message:
- added localIP() function
Index: RelNotes-0.8.html
===================================================================
RCS file: /cvsroot/webware/Webware/MiscUtils/Docs/RelNotes-0.8.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RelNotes-0.8.html 14 Nov 2002 00:30:48 -0000 1.2
--- RelNotes-0.8.html 15 Nov 2002 10:20:58 -0000 1.3
***************
*** 24,27 ****
--- 24,28 ----
<li> New <a href=Source/Files/PickleCache.py.html>PickleCache</a> module which is now used by <a href=Source/Files/DataTable.py.html>DataTable</a> and MiddleKit.Core.Model in order to load files more quickly. See the <a href=Source/Files/PickleCache.py.html>doc string</a> for details.
<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>.
</ul>
|
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/MiscUtils/Docs RelNotes-0.8.html,1.2,1.3 | Chuck Esterbrook <echuck@us...> |