]> granicus.if.org Git - python/commit
Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 22:26:36 +0000 (00:26 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 22:26:36 +0000 (00:26 +0200)
commit630a4f63c539345a6432d6177931b5fcc2f18aa7
treebed6342759b5925823a2ae7ece387925ad263ce2
parentfd5d1b51d64280d938b7cdc9d78c632b21b45dff
Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if
the number of received bytes is negative.
Lib/asynchat.py
Lib/test/test_asynchat.py
Misc/NEWS