diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-08-22 01:13:51 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-08-22 01:13:51 (GMT) |
commit | b8c537094d52dc07434df757c4c29c0f6c6e76d4 (patch) | |
tree | 749de3324b11d8af63dbda2e096b6e8a7a9dc329 /Misc | |
parent | cba2e3c2e9f219043ddef0a896748f50691b3c47 (diff) | |
parent | 00ae435deef434f471e39bea3f3ab3a3e3cd90fe (diff) | |
download | cpython-b8c537094d52dc07434df757c4c29c0f6c6e76d4.zip cpython-b8c537094d52dc07434df757c4c29c0f6c6e76d4.tar.gz cpython-b8c537094d52dc07434df757c4c29c0f6c6e76d4.tar.bz2 |
Merge #18324: set_payload now correctly handles binary input.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Core and Builtins Library ------- +- Issue #18324: set_payload now correctly handles binary input. This also + supersedes the previous fixes for #14360, #1717, and #16564. + - Issue #18794: Add a fileno() method and a closed attribute to select.devpoll objects. |