TCP server

2005-01-24 Thread assaf
i am try to create a server what am i suppose to send to SocketServer.TCPServer what is the client_address ("127.0.0.1:80" ?) and BaseRequestHandler = ? thanks -- http://mail.python.org/mailman/listinfo/python-list

authenticated https post

2006-11-01 Thread assaf
fe of me find a simple https example code that works... I'm working on Windows, btw, if that makes any difference. Appreciate your help, assaf -- http://mail.python.org/mailman/listinfo/python-list

Re: authenticated https post

2006-11-01 Thread Assaf Lavie
I think that library is obsolete. It uses http, instead of https. On Nov 1, 3:00 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > assaf wrote: > > I'm trying to use Python to work with del.icio.us's API. > > Basically, I need to be able to do a simple https p

Re: authenticated https post

2006-11-01 Thread Assaf Lavie
On Nov 1, 3:28 pm, "Assaf Lavie" <[EMAIL PROTECTED]> wrote: > I think that library is obsolete. It uses http, instead of https. > > On Nov 1, 3:00 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > > assaf wrote: > > > I'm trying to use Pyt