This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdima
Recipients grahamd, hdima, pitrou, pje
Date 2008-12-27.11:34:04
SpamBayes Score 0.0031948246
Marked as misclassified No
Message-id <495612AB.5090907@hlabs.spb.ru>
In-reply-to <1230376486.4.0.293377593204.issue4718@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2008-12-27 11:34:06hdimasetrecipients: + hdima, pje, pitrou, grahamd
2008-12-27 11:34:05hdimalinkissue4718 messages
2008-12-27 11:34:04hdimacreate