Line continuation is not working under Windows. It works ok under Linux. Tested with 1.7
Hello, could you please provide an example for this ? Greetings, Goetz
Sure,
see attached picture.
For my project i made i quick fix by setting LINESEP='\n' and using LINESEP variable instead of os.linesep. By default, python 3 uses universal newlines. I'm not sure how this would work out on other OS.
Log in to post a comment.
Hello,
could you please provide an example for this ?
Greetings, Goetz
Sure,
see attached picture.
For my project i made i quick fix by setting LINESEP='\n' and using LINESEP variable instead of os.linesep. By default, python 3 uses universal newlines. I'm not sure how this would work out on other OS.