summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/rot_13.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/rot_13.py')
-rwxr-xr-xLib/encodings/rot_13.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/encodings/rot_13.py b/Lib/encodings/rot_13.py
index 3140c14..fff9153 100755
--- a/Lib/encodings/rot_13.py
+++ b/Lib/encodings/rot_13.py
@@ -43,6 +43,7 @@ def getregentry():
incrementaldecoder=IncrementalDecoder,
streamwriter=StreamWriter,
streamreader=StreamReader,
+ _is_text_encoding=False,
)
### Map