Explicitly refer to Python 2.7 instead of <=3.4

This commit is contained in:
Hugo 2019-09-08 19:39:50 +03:00
parent 6d20cbca23
commit 97f719cee2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ else:
if PY2:
# In version 3.4 and older, backslashreplace exists
# In Python 2.7, backslashreplace exists
# but does not support use for decoding.
# We implement our own replace handler for this
# situation, so that we can consistently use