This doctest verifies universal newline support; each command line has a different platform's end of line convention. (NOTE: Editing this file with a text editor could clobber the end of line characters!) >>> print "Unix newline OK." Unix newline OK. >>> print "Windows newline OK." Windows newline OK. >>> print "MAC newline OK." MAC newline OK.