Re: [Mailman-Users] getting admin pages with python

2002-05-02 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Barry A. Warsaw <[EMAIL PROTECTED]> writes > >> "RB" == Robin Becker <[EMAIL PROTECTED]> writes: > >RB> Unfortunately it seems that while urllib can manage http >RB> authentification just fine mailman requires cookies etc. > >RB> Is there a neat way

Re: [Mailman-Users] getting admin pages with python

2002-05-01 Thread Barry A. Warsaw
> "RB" == Robin Becker <[EMAIL PROTECTED]> writes: RB> Unfortunately it seems that while urllib can manage http RB> authentification just fine mailman requires cookies etc. RB> Is there a neat way to use python to provide the correct RB> behaviour? Robin, While I haven't h

Re: [Mailman-Users] getting admin pages with python

2002-05-01 Thread Richard Barrett
At 12:14 01/05/2002 +0100, Robin Becker wrote: >We have a list maintained by our ISP so we only have web access to the >internals via admin pages. > >As an exercise I wanted to use python to get access to all the pages in >the membership management. > >Unfortunately it seems that while urllib can