Hi everyone,<br>this is my first mail to the list<br><br>First of all congratulations for the great work done on Twill!<br><br>I&#39;m using twill 0.9 installed with easy_install on a Windows box.<br>I have had a little problem to handle site authentication<br>
<br>In order to make it work I modified _auth.py. I added these two lines:<br><br>from urllib2 import parse_keqv_list, parse_http_list<br>import time, os, random<br><br>Am I missing something? Is it a known bug?<br><br>The second is a more subtle problem...<br>
<br>I use a proxy to access internet but I need to bypass it for local addresses (ex. localhost).<br><br>Now, Twill manages correctly the proxy via ProxyHandler<br><br>Twill recognizes correctly the proxy presence and activates automatically a ProxyHandler<br>
But ProxyHandler doesn&#39;t permit to bypass local addresses.<br><br>I resolved disabling explicity the proxy handler:<br><br>b = get_browser()<br>b._browser._replace_handler( &quot;_proxy&quot; )<br><br>But this seems to me a hack...<br>
Any other idea?<br><br>thanks in advance for any answer or hint,<br>Marco<br>