--- a/Utilities/compatibility_fixes.py Sat Jul 05 11:41:14 2014 +0200 +++ b/Utilities/compatibility_fixes.py Sat Jul 05 12:13:23 2014 +0200 @@ -4,9 +4,9 @@ # """ -Module implementing the open behavior of Python3 for use with Eric5. +Module implementing the open behavior of Python3 for use with Eric6. -The Eric5 used features are emulated only. The not emulated features +The Eric6 used features are emulated only. The not emulated features should throw a NotImplementedError exception. """