summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-08-22 01:13:51 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-08-22 01:13:51 (GMT)
commitb8c537094d52dc07434df757c4c29c0f6c6e76d4 (patch)
tree749de3324b11d8af63dbda2e096b6e8a7a9dc329 /Misc
parentcba2e3c2e9f219043ddef0a896748f50691b3c47 (diff)
parent00ae435deef434f471e39bea3f3ab3a3e3cd90fe (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 61f5369..9cba1a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.