summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-07-07 22:26:36 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-07-07 22:26:36 (GMT)
commit630a4f63c539345a6432d6177931b5fcc2f18aa7 (patch)
treebed6342759b5925823a2ae7ece387925ad263ce2 /Misc
parentfd5d1b51d64280d938b7cdc9d78c632b21b45dff (diff)
downloadcpython-630a4f63c539345a6432d6177931b5fcc2f18aa7.zip
cpython-630a4f63c539345a6432d6177931b5fcc2f18aa7.tar.gz
cpython-630a4f63c539345a6432d6177931b5fcc2f18aa7.tar.bz2
Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if
the number of received bytes is negative.
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 b7e73e9..907e140 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError
+ if the number of received bytes is negative.
+
- Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't
get a bytes string