--- a/eric6/QScintilla/Lexers/__init__.py Mon Jun 22 17:55:06 2020 +0200 +++ b/eric6/QScintilla/Lexers/__init__.py Tue Jun 23 17:24:18 2020 +0200 @@ -386,10 +386,10 @@ openFileFiltersList = [ QCoreApplication.translate( 'Lexers', - 'Python Files (*.py *.py2 *.py3)'), + 'Python Files (*.py *.py3)'), QCoreApplication.translate( 'Lexers', - 'Python GUI Files (*.pyw *.pyw2 *.pyw3)'), + 'Python GUI Files (*.pyw *.pyw3)'), QCoreApplication.translate( 'Lexers', 'Cython Files (*.pyx *.pxd *.pxi)'), @@ -816,8 +816,6 @@ "*.rc": "Properties", '*.py': "Python", '*.pyw': "Python", - '*.py2': "Python", - '*.pyw2': "Python", '*.py3': "Python", '*.pyw3': "Python", '*.pyx': "Cython",