Message78353
| 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:06 | hdima | set | recipients: + hdima, pje, pitrou, grahamd |
| 2008-12-27 11:34:05 | hdima | link | issue4718 messages |
| 2008-12-27 11:34:04 | hdima | create | |