From: Georg Brandl Date: Thu, 6 Apr 2006 11:25:37 +0000 (+0000) Subject: Bug #1465619: rot13 codec decodes to a Unicode string. X-Git-Tag: v2.4.4c1~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5abdb30938fef93407f3d40de81a20ab3c928db;p=thirdparty%2FPython%2Fcpython.git Bug #1465619: rot13 codec decodes to a Unicode string. (backport from rev. 43701) --- diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index b65e1f4767a6..b697bc69e614 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -956,7 +956,7 @@ listed as operand type in the table. \lineiv{rot_13} {rot13} - {byte string} + {Unicode string} {Returns the Caesar-cypher encryption of the operand} \lineiv{string_escape}