BeamPower added the comment:
Sorry, my mistake. I thought I was running Python 2.7, but I was running Python
3.1.
By the way, is there a solution to the extra lines being written to a CSV file
using Python 2.7?
Thank you.
--
___
Python tracker
BeamPower added the comment:
Sorry, I left out a detail... I am running Python 2.7.13
--
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/issue30
New submission from BeamPower:
I am using the newline='' feature in my program to avoid the extra lines being
placed between each line being written to a CSV file.
This error is odd though... I used it before on a previous rev, and it worked
fine.
I think the CSV file writing featur