diff options
Diffstat (limited to 'Lib/encodings/rot_13.py')
-rwxr-xr-x | Lib/encodings/rot_13.py | 1 |
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 |