]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 22:34:48 +0000 (00:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 22:34:48 +0000 (00:34 +0200)
commitdb5f8fcde69d7f16261cfd763cd74a7e5e2d1383
tree4b542ca21cee72240d4e68c23b10b7b97fb23e54
parent7b9328f51bee311ff943af660f3b5f1b35d4e196
parent630a4f63c539345a6432d6177931b5fcc2f18aa7
(Merge 3.4) 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