Chris Angelico wrote: > I presume you're aware that the bytes type is immutable, right? You're > still going to have at least some copying going on, whereas with a > mutable type you might well be able to avoid that. Efficiency suggests > bytearray instead. Why not both? -- Greg