Hello,

I've found two bugs in twill 0.9

First one:

browser.py:63: self._browser.addheaders = [("Accept", "text/html; */*")]
it should be:  self._browser.addheaders = [("Accept", "text/html, */*")]

There is semicolon instead of a comma. This causes problems with applications 
actually checking Accept header (eg. some Rails applications).

Second problem, there seems to be a debug message left:
./parse.py:215:            print 'AT LINE:', cmdinfo

It goes straight to the stdout while all other output is captured to a stream.

-- 
Paweł Stradomski


_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to