[issue21104] Read from file aborted
New submission from Alex Grinko: When reading from text file on Windows Python ends loop on character 0x1A sample.py: number = 0 with open("sample.txt",'r') as f: for line in f: number += 1 print line print "File has 8 lines, but Python
[issue21104] Read from file aborted
Changes by Alex Grinko : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue21104> ___ ___ Python-bugs-