[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
César Izurieta 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 <http://bugs.pyth

[issue7520] Incorrect handling of nested calss

2009-12-15 Thread César Izurieta
New submission from César Izurieta : 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(urllib.quote(s