summaryrefslogtreecommitdiff
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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/encodings/rot_13.py b/Lib/encodings/rot_13.py
index 3140c1432d..1f2f47bb34 100755
--- a/Lib/encodings/rot_13.py
+++ b/Lib/encodings/rot_13.py
@@ -1,8 +1,7 @@
#!/usr/bin/env python
""" Python Character Mapping Codec for ROT13.
-This codec de/encodes from str to str and is therefore usable with
-str.transform() and str.untransform().
+This codec de/encodes from str to str.
Written by Marc-Andre Lemburg (mal@lemburg.com).
"""
@@ -43,6 +42,7 @@ def getregentry():
incrementaldecoder=IncrementalDecoder,
streamwriter=StreamWriter,
streamreader=StreamReader,
+ _is_text_encoding=False,
)
### Map