diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-10-01 15:45:48 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-10-01 15:45:48 (GMT) |
commit | f9c957f2c6d1fb59d1817a24892b1e792fa0c66c (patch) | |
tree | ddd15be2793e78b2cb29edd394d36051fb95751b /Misc | |
parent | eccd4d910dc61d5ad8ccc9c62d3ab823b359aa9d (diff) | |
download | cpython-f9c957f2c6d1fb59d1817a24892b1e792fa0c66c.zip cpython-f9c957f2c6d1fb59d1817a24892b1e792fa0c66c.tar.gz cpython-f9c957f2c6d1fb59d1817a24892b1e792fa0c66c.tar.bz2 |
Merged revisions 85142 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85142 | r.david.murray | 2010-10-01 11:40:20 -0400 (Fri, 01 Oct 2010) | 5 lines
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
Bug report and fix by Thomas Guettler.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ C-API Library ------- +- Issue #10004: quoprimime no longer generates a traceback when confronted + with invalid characters after '=' in a Q-encoded word. + - Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is received. Now sendall() properly calls signal handlers if necessary, and retries sending if these returned successfully, including on sockets |