Discussion:
[Python-3000-checkins] r65614 - python/branches/py3k
brett.cannon
2008-08-09 23:08:15 UTC
Permalink
Author: brett.cannon
Date: Sun Aug 10 01:08:15 2008
New Revision: 65614

Log:
Blocked revisions 65613 via svnmerge

........
r65613 | brett.cannon | 2008-08-09 16:06:16 -0700 (Sat, 09 Aug 2008) | 4 lines

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.
........


Modified:
python/branches/py3k/ (props changed)

Loading...