summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/hex_codec.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/hex_codec.py')
-rw-r--r--Lib/encodings/hex_codec.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/encodings/hex_codec.py b/Lib/encodings/hex_codec.py
index e003fc3..f2ed0a7 100644
--- a/Lib/encodings/hex_codec.py
+++ b/Lib/encodings/hex_codec.py
@@ -52,4 +52,5 @@ def getregentry():
incrementaldecoder=IncrementalDecoder,
streamwriter=StreamWriter,
streamreader=StreamReader,
+ _is_text_encoding=False,
)