--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html Mon Sep 02 18:52:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html Mon Sep 02 18:58:29 2019 +0200 @@ -226,9 +226,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="#quote">quote</a></td> -<td>Replacement for the urllib.quote function because of unicode problems.</td> -</tr><tr> <td><a href="#readEncodedFile">readEncodedFile</a></td> <td>Function to read a file and decode its contents into proper text.</td> </tr><tr> @@ -1640,24 +1637,6 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="quote" ID="quote"></a> -<h2>quote</h2> -<b>quote</b>(<i>url</i>) -<p> - Replacement for the urllib.quote function because of unicode problems. -</p><dl> -<dt><i>url</i></dt> -<dd> -text to quote (string) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -quoted url (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="readEncodedFile" ID="readEncodedFile"></a> <h2>readEncodedFile</h2> <b>readEncodedFile</b>(<i>filename</i>)