Re: codecs.readline bug in Python 2.4.1.

2005-09-13 Thread Trent Mick
[Alan Meyer wrote] > There is a bug new to Python 2.4.1 that affects the ADO > COM library for Windows. It's registered on SourceForge > as bug #1175396. The actual bug has to do with passing > a fixed size to the codecs.readline() routine and, by > chance, having a CrLf character pair stradd

codecs.readline bug in Python 2.4.1.

2005-09-13 Thread Alan Meyer
There is a bug new to Python 2.4.1 that affects the ADO COM library for Windows. It's registered on SourceForge as bug #1175396. The actual bug has to do with passing a fixed size to the codecs.readline() routine and, by chance, having a CrLf character pair straddle the line created by the f