Skip to content

Fixed issue with universal_newlines and Python 3.7+

Compare
Choose a tag to compare
@COUR4G3 COUR4G3 released this 04 Jun 10:59
· 9 commits to master since this release
fixed issue with universal_newlines and Python 3.7

non-blocking IO with universal_newlines causes a can't concat NoneType
to bytes issue, modified code to use byte strings instead