On Tue, 24 Jul 2007, Titus Brown wrote: [...] > this is about what you have to do, yes. It seems like a good idea to > make a standardized API for it, though; do you have any thoughts on what > that should be? > > Perhaps: > > import twill > ... > soup = twill.get_soup() > > is simple enough?
If that's a BS 2 object, perhaps the method name should reflect that, so that .get_soup() is reserved for returning BS 3 objects? .get_old_soup()? .get_cold_soup()?-) John _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
