[issue4718] wsgiref package totally broken

Dmitry Vasiliev report at bugs.python.org
Sat Dec 27 12:34:05 CET 2008


Dmitry Vasiliev <dima at hlabs.spb.ru> added the comment:

Antoine Pitrou wrote:
> Why do you say they were removed? I see code like "assert
> isinstance(value, bytes)".

Support and tests for mutable "bytearray" and "memoryview" was removed.
All subclasses of "bytes" must be immutable so isinstance() should be OK
here.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4718>
_______________________________________


More information about the Python-bugs-list mailing list