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 pje
Recipients grahamd, hdima, pitrou, pje
Date 2008-12-24.20:40:27
SpamBayes Score 2.8399005e-11
Marked as misclassified No
Message-id <20081224204024.323D23A40A7@sparrow.telecommunity.com>
In-reply-to <1230072450.9.0.774308651209.issue4718@psf.upfronthosting.c o.za>
Content
Graham: thanks for pointing that out; I completely forgot we already 
*had* the migration discussion on the Web-SIG!  It just slipped my 
mind because I didn't have any 3.0 work on the horizon.

Dmitry: A question about the new patch.  Are bytearray and memoryview 
objects in 3.0 really the same as bytestrings?  It seems to me that 
allowing mutable bytes objects is a mistake from a bug-finding 
standpoint, even if it could be a win from a performance 
standpoint.  I think it might be better to be more restrictive to 
start out, and then let people lobby for supporting other types, 
rather than the other way around, where we'll never get to narrow the 
list.  Apart from that, the patch looks pretty good.  Thank you!
History
Date User Action Args
2008-12-24 20:40:29pjesetrecipients: + pje, hdima, pitrou, grahamd
2008-12-24 20:40:28pjelinkissue4718 messages
2008-12-24 20:40:27pjecreate