Possible Duplicate:
Handling \r\n vs \n newlines in python on Mac vs Windows
I'm a little bit confused by something, and I'm wondering if this is a python thing. I have a text file that uses Windows line endings ("\r\n"), but if I iterate through some of the lines in the file, store them in a list, and print out the string representation of the list to the console, it shows "\n" line endings. Am I missing something?