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
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
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
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