We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c86685a + 925efae commit e73d8fbCopy full SHA for e73d8fb
1 file changed
pep8.py
@@ -1171,7 +1171,7 @@ def python_3000_backticks(logical_line):
1171
##############################################################################
1172
1173
1174
-if '' == ''.encode():
+if sys.version_info < (3,):
1175
# Python 2: implicit encoding.
1176
def readlines(filename):
1177
"""Read the source code."""
0 commit comments