[Tutor] Terminating "\M" characters with regard to csv.DictWriter

Dennis Lee Bieber wlfraed at ix.netcom.com
Sun Aug 8 22:25:16 EDT 2021


On Sun, 8 Aug 2021 19:05:23 -0700, Alex Kleider <alexkleider at gmail.com>
declaimed the following:

>All works as I would like except that the newly generated csv file has a
>'\M' at the end of each line.  I only became aware of this when doing a

	Are you sure it's a \M? Capital M?

	Standard line endings are one of \r\n, \n, \r (Windows, Linux/UNIX, old
Macintosh/TRS-80, respectively)


>(Using python 7 on Debian GNU/Linux)

	No such snake exists in nature. Obsolete Python is 2.x, current Python
is 3.x.


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/



More information about the Tutor mailing list