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 beazley
Recipients amaury.forgeotdarc, beazley, christian.heimes, donmez, georg.brandl, giampaolo.rodola, pitrou, rhettinger, wplappert
Date 2008-12-16.13:47:52
SpamBayes Score 3.373829e-11
Marked as misclassified No
Message-id <1229435274.27.0.485202136997.issue4561@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Raymond.   For binary reads, I'll go farther and say that 
even a 10% slowdown in performance would be surprising if not 
unacceptable to some people.  I know that as hard as it might be for 
everyone to believe, there are a lot of people who crank lots of non-
Unicode data with Python.   In fact, Python 2.X is pretty good at it. 

It's fine that text mode now uses Unicode, but if I don't want that, I 
would certainly expect the binary file modes to run at virtually the 
same speed as Python 2 (e.g., okay, they work with bytes instead of 
strings, but is the bytes type really all that different from the old 
Python 2 str type?).
History
Date User Action Args
2008-12-16 13:47:54beazleysetrecipients: + beazley, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, giampaolo.rodola, christian.heimes, donmez, wplappert
2008-12-16 13:47:54beazleysetmessageid: <1229435274.27.0.485202136997.issue4561@psf.upfronthosting.co.za>
2008-12-16 13:47:53beazleylinkissue4561 messages
2008-12-16 13:47:52beazleycreate