[Github-comments] [geany/geany] The print function is not concatenating strings correctly for Python (#1349)

elextr notifications at xxxxx
Mon Dec 26 11:00:04 UTC 2016


Doesn't happen on Linux, must be a Windows specific problem.

It looks like the `usercar` input includes a carriage return after "corolla" making the `.` overwrite the first character position.  Might be something related to what the Python 3 universal newlines think is the correct end of line in a windows terminal, taking the line feed as end of line, and leaving the carriage return in the string.

Try running your program in a windows terminal outside of Geany and see what happens.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1349#issuecomment-269200150
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161226/4c8b79e5/attachment.html>


More information about the Github-comments mailing list