codecs.open and buffering modes...

Sam samslists at gmail.com
Mon Feb 9 21:19:10 EST 2009


codecs.open defaults to line buffering.  But open defaults to using
the system buffer size.  Why the discrepancy?  Is it different for a
reason?

How do these choices affect performance?  (Particularly under Linux).

Thanks



More information about the Python-list mailing list