Suppress the warning in asynchat from using buffer() when running udner -3.
commit009b3fd6a6dd40378cf43994bcf422f5e6334c68
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 9 Aug 2008 23:06:16 +0000 (9 23:06 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 9 Aug 2008 23:06:16 +0000 (9 23:06 +0000)
tree84be507e454a72a9e21c5babc5dcc921a9a24295
parent9e5d8f8c596d51c73a9522da76173e55fa52597a
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.

git-svn-id: http://svn.python.org/projects/python/trunk@65613 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/asynchat.py
Misc/NEWS