--- a/Documentation/Source/eric5.Utilities.__init__.html Thu Jun 16 16:29:27 2011 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Sun Jun 19 15:19:46 2011 +0200 @@ -185,12 +185,6 @@ <td><a href="#prepareQtMacBundle">prepareQtMacBundle</a></td> <td>Module function for starting Qt tools that are Mac OS X bundles.</td> </tr><tr> -<td><a href="#pwDecode">pwDecode</a></td> -<td>Module function to decode a password.</td> -</tr><tr> -<td><a href="#pwEncode">pwEncode</a></td> -<td>Module function to encode a password.</td> -</tr><tr> <td><a href="#py2compile">py2compile</a></td> <td>Function to compile one Python 2 source file to Python 2 bytecode.</td> </tr><tr> @@ -1215,42 +1209,6 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="pwDecode" ID="pwDecode"></a> -<h2>pwDecode</h2> -<b>pwDecode</b>(<i>epw</i>) -<p> - Module function to decode a password. -</p><dl> -<dt><i>pw</i></dt> -<dd> -encoded password to decode (string) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -decoded password (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> -<a NAME="pwEncode" ID="pwEncode"></a> -<h2>pwEncode</h2> -<b>pwEncode</b>(<i>pw</i>) -<p> - Module function to encode a password. -</p><dl> -<dt><i>pw</i></dt> -<dd> -password to encode (string) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -encoded password (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="py2compile" ID="py2compile"></a> <h2>py2compile</h2> <b>py2compile</b>(<i>file, checkFlakes=False</i>)