On 11/2/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > test_asynchat > test_asyncore
A patch for these is in http://bugs.python.org/issue1380 One of the errors was an explicit isinstance test for bytes when the actual type was buffer. Is there a way to test for 'bytes-like'? Is the presence of a 'decode' method sufficient? -- Adam Hupp | http://hupp.org/adam/ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
