[Python-checkins] r80720 - in python/trunk: Lib/_pyio.pyLib/test/test_io.py Misc/NEWS Modules/_io/bufferedio.c Modules/_io/bytesio.cModules/_io/iobase.cModules/_io/textio.c

Nick Coghlan ncoghlan at gmail.com
Tue May 4 10:33:05 CEST 2010


Antoine Pitrou wrote:
>> Either way, reverting it should be discussed on python-dev. I definitely
>> have grave doubts about backporting this to the maintenance branches,
>> and I'm not a particularly big fan of adding it to a release that is
>> already in beta either.
> 
> Silencing a true and potentially critical error is a bug IMO.
> Moreover, we'd better establish sane semantics in the io module before it gets
> widespread acceptance - this was the rationale for the truncate() API change,
> approved by Guido (while I was a bit reluctant).

I can live with that.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list