]> granicus.if.org Git - python/commit
Fix asynchat to use bytes instead of strings.
authorGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 07:58:54 +0000 (07:58 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 07:58:54 +0000 (07:58 +0000)
commit076da0957b1af50cccf40ec5c60742212b4a1f90
tree249b3131cfd00f85e76e7ece18b0ff93cabe8cff
parente7a0d3997846155e1a9dcd95eb559039da34ee08
Fix asynchat to use bytes instead of strings.
Fix by Alexandre Vassalotti, SF# 1752173.
Lib/asynchat.py
Lib/test/test_asynchat.py