pyqt4topyqt5
pyqt4topyqt5 copied to clipboard
CR versus CR LF
When running the conversion on Windows 10 with Python 3.6, I get broken line endings in some places:
CR LF
becomes
CR LF
CR
CR LF
but for some reason not everywhere. It happened most often in the import section at the top of the file.
I just saw that this is also discuseed in PR #14.