Re: __getattr__ question

2006-06-09 Thread Ben Cartwright
Laszlo Nagy wrote: > So how can I tell if 'root.item3' COULD BE FOUND IN THE USUAL PLACES, or > if it is something that was calculated by __getattr__ ? > Of course technically, this is possible and I could give a horrible > method that tells this... > But is there an easy, reliable and thread safe

Re: Get my airlines boarding pass

2006-06-09 Thread Alex Martelli
Ken <[EMAIL PROTECTED]> wrote: > rh0dium wrote: > > Hi all, > > > > Has any of you fine geniuses figured out a nice python script to go to > > the Southwest airlines website and check in, and retrieve your boarding > > pass - automatically 24 hours in advance > > I just wrote such a script in py

<    1   2   3