--- a/eric6/Utilities/BackgroundClient.py Sun Feb 16 12:42:12 2020 +0100 +++ b/eric6/Utilities/BackgroundClient.py Sun Feb 16 16:14:25 2020 +0100 @@ -11,7 +11,7 @@ from __future__ import unicode_literals try: - bytes = unicode + bytes = unicode # __IGNORE_EXCEPTION__ import StringIO as io # __IGNORE_EXCEPTION__ except NameError: import io # __IGNORE_WARNING__