Duplicating list of lists [newbie]

2008-03-23 Thread yatsek
but reference to it. Is there simple way to copy a into b (like a[:]) with all copies of all objects going as deep as possible? Or it can be done only manually? Regards Yatsek -- http://mail.python.org/mailman/listinfo/python-list

Python, HTTPS (SSL), tlslite and metoda POST (and lots of pain)

2009-02-23 Thread yatsek
y send to server but as I've mentioned above server is halted in some interstate. Only after Ctrl+C terminates it confirmation of successful transmition is showed in web browser Choosing to use server without SSL (HTTPServer instead of MyHTTPServer) makes everything work without glitch. I would

Python, HTTPS (SSL), tlslite and POST method (and lots of pain)

2009-02-23 Thread yatsek
o server but as I've mentioned above server is halted in some interstate. Only after Ctrl+C terminates it confirmation of successful transmition is showed in web browser Choosing to use server without SSL (HTTPServer instead of MyHTTPServer) makes everything work without glitch. I would

Python, HTTPS (SSL), tlslite and POST method (and lots of pain)

2009-02-23 Thread yatsek
o server but as I've mentioned above server is halted in some interstate. Only after Ctrl+C terminates it confirmation of successful transmition is showed in web browser Choosing to use server without SSL (HTTPServer instead of MyHTTPServer) makes everything work without glitch. I would be

Re: Python, HTTPS (SSL), tlslite and metoda POST (and lots of pain)

2009-02-23 Thread yatsek
On Feb 23, 9:57 pm, Steve Holden wrote: > Wolfgang Rohdewald wrote: > > On Montag, 23. Februar 2009, Steve Holden wrote: > >> yat...@gmail.com wrote: > >>> Hi there. > >> [...] > > >> Yatsek: > > >> You just "hijacked a thre

Re: Python, HTTPS (SSL), tlslite and POST method (and lots of pain)

2009-02-24 Thread yatsek
OK I found workaround. So just for other fighting the same thing: Instead of using tlslite use pyOpenSSL and as a base for your server you can use: http://code.activestate.com/recipes/442473/ When you add do_POST method everything works greetz Jacek -- http://mail.python.org/mailman/listinfo/pyt