]> granicus.if.org Git - python/commit
Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 22:00:30 +0000 (00:00 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 22:00:30 +0000 (00:00 +0200)
commitd9e810a8701b92371232eece5896a799c33de505
tree97e9d76d0babfc969275ebb4e9e9d60314957598
parentab826d11a310fd4d7c99f6cf449660b690846a3b
Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't
get a bytes string
Lib/asynchat.py
Lib/test/test_asynchat.py
Misc/NEWS