[issue31711] ssl.SSLSocket.send(b"") fails

2019-12-23 Thread César
Change by César : -- pull_requests: +17144 pull_request: https://github.com/python/cpython/pull/17671 ___ Python tracker <https://bugs.python.org/issue31

[issue7520] Incorrect handling of nested calss

2009-12-15 Thread César Izurieta
New submission from César Izurieta ce...@caih.org: I was using a function that has a nested urllib.quote. I need to double quote a value. When running this through the 2to3 tool, the nested call never got substituted. Initial:urllib.quote(urllib.quote(s)) 2to3 ouput: urllib.parse.quote

[issue7520] Incorrect handling of nested calss

2009-12-15 Thread César Izurieta
César Izurieta ce...@caih.org added the comment: Thanks for testing this. I guess I'll separate those now. But it's good to know it is fixed in the latest version. -- status: open - closed ___ Python tracker rep...@bugs.python.org http

Re: Interpolation of a discrete 3D trajectory

2007-06-17 Thread Jules César
Peter Beattie a écrit : Hey guys, I'm looking for a way to smooth out the edges of a 3D trajectory that is really just a sequence of points in space. I've got co-ordinates just like these: 0.072 -0.25 0.582 -0.036 -0.25 0.644 0.036 0.338 0.104 What I would like to have now is for the

Re: A little request about spam

2005-04-14 Thread César Leonardo Blum Silveira
Yeah that is happening to me too! Almost all my python-list e-mails go to the Spam box. Maybe we should contact the gmail admins? On 4/14/05, mark hellewell [EMAIL PROTECTED] wrote: On 4/14/05, James [EMAIL PROTECTED] wrote: Yes - it's been like that for the last month or so now and it's

Re: How to detect if file is a directory

2005-04-09 Thread César Leonardo Blum Silveira
Thanks :-) On Apr 9, 2005 3:55 PM, Tim Jarman [EMAIL PROTECTED] wrote: César Leonardo Blum Silveira wrote: Hello all, I'm new to this list. How can I detect if a file is a directory or not? Thanks César The os module contains many helpful tools for working with files