New issue 54 by pythonic: HTTP basic Auth failure and ugly work around
http://code.google.com/p/twill/issues/detail?id=54
What steps will reproduce the problem?
1. import twill.commands
2. twill.commands.add_auth(realm, url, user, secret)
3. twill.commands.go(loginurl)
What is the expected output? What do you see instead?
Should not fail
What version of the product are you using? On what operating system?
0.9
Please provide any additional information below.
Adding following to twill/other_packages/_mechanize_dist/_auth.py fixes the
issue though may not right solution
--
from urllib2 import BaseHandler, parse_keqv_list, parse_http_list
import time, os
--
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings