[issue16636] codecs: readline() followed by readlines() returns trunkated results

2012-12-07 Thread Laurynas Speicys
New submission from Laurynas Speicys: codecs.readlines() does not read to the end of the file if called after codecs.readline(). Skimmed through tasks containing codecs in title and could not find a candidate that sounded identical. Repro follows: $ cat sample_text.txt Subject: Incorrect

[issue16636] codecs: readline() followed by readlines() returns trunkated results

2012-12-07 Thread Laurynas Speicys
Laurynas Speicys added the comment: Thank you! This is indeed a duplicate of issues #8260, #12446. -- resolution: - duplicate ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16636