[twill] twill

Titus Brown titus at caltech.edu
Sat Jun 11 13:19:41 PDT 2005


-> Are there anyway to se the httpheaders sent and recieved be twill?
-> perhaps a debug option would be good?

Sounds like a good idea.  I'm not entirely sure how to do that, as
usual, but I'll put it on the list!

-> And are there any plans on making it easier to use twill from a python
-> app. something like:
-> browser = twill()
-> twill.go(...)

Right now, that works like this:

from twill.commands import *
go(...)

I don't want to pollute the package namespace, but I like the basic
idea.  Hmm.  I'll think about how to do it.

Note that I probably won't get to much of this stuff for a few months,
but I'll put them in the TODO list.

thanks,
--titus



More information about the twill mailing list