summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index acc90bd015..7fe19e04cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -484,6 +484,9 @@ Library
make sure two listeners can't bind to the same socket/pipe (or any existing
socket/pipe).
+- Issue #6005: Examples in the socket library documentation use sendall, where
+ relevant, instead send method.
+
- Issue #10811: Fix recursive usage of cursors. Instead of crashing,
raise a ProgrammingError now.