]> granicus.if.org Git - python/commit
Suppress the warning in asynchat from using buffer() when running udner -3.
authorBrett Cannon <bcannon@gmail.com>
Sat, 9 Aug 2008 23:06:16 +0000 (23:06 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 9 Aug 2008 23:06:16 +0000 (23:06 +0000)
commitc1b76e4aaa094eae58abe96628b958c8fe40639d
treeb327bfef5634d501d0935f43077d453fb4226572
parent76b8bee26d242e7fea4d8e42be375d2072225564
Suppress the warning in asynchat from using buffer() when running udner -3.
Naively removing the usage causes a large number of test failures, so it was
just easier to suppress the warning.
Lib/asynchat.py
Misc/NEWS