[Pythonmac-SIG] os.linesep?

Chris,Mann me@mrmann.com
Tue, 02 Nov 1999 10:03:21 -0500


easy question:
I'm parsing thru a file and then putting the lines back together using
os.linesep, but when I open the new text file with either the IDE or BBEdit,
it's showing up as Unix linefeeds (or at least that's the message I'm
getting).  os.linesep is equal to '\015' or '\r' on my mac, which I thought
was the Macintosh linefeed.  But it seems like '\n' is what both BBEdit and
the IDE like.  What am I missing here?

thanks
-chris