Message24858
In Python 2.4.1 i observed a new bug in codecs.readline,
it seems that with certain inputs it removes newline
characters from the end of the line....
Probably related to bug #1076985 (Incorrect
behaviour of StreamReader.readline leads to crash)
and bug #1098990 codec readline() splits lines apart
(both with status closed) so I'm assigning this to Walter.
See the attached files that demonstrate the problem.
Reproduced with Python 2.4.1 on windows XP and on
Linux. The problem does not occur with Python 2.4.
(btw, it seems bug #1076985 was fixed in python 2.4.1,
but the other one (#1098990) not? ) |
|
Date |
User |
Action |
Args |
2007-08-23 14:30:41 | admin | link | issue1175396 messages |
2007-08-23 14:30:41 | admin | create | |
|