[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/issue31711>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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(urllib.quote(s))
Expected:   urllib.parse.quote(urllib.parse.quote(s))

--
components: 2to3 (2.x to 3.0 conversion tool)
files: doublequote.py
messages: 96465
nosy: cesarizu
severity: normal
status: open
title: Incorrect handling of nested calss
type: behavior
versions: Python 3.1
Added file: http://bugs.python.org/file15571/doublequote.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7520
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://bugs.python.org/issue7520
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com