[Python-checkins] r43702 - python/branches/release24-maint/Doc/lib/libcodecs.tex

georg.brandl python-checkins at python.org
Thu Apr 6 13:25:37 CEST 2006


Author: georg.brandl
Date: Thu Apr  6 13:25:37 2006
New Revision: 43702

Modified:
   python/branches/release24-maint/Doc/lib/libcodecs.tex
Log:
Bug #1465619: rot13 codec decodes to a Unicode string.
 (backport from rev. 43701)

Modified: python/branches/release24-maint/Doc/lib/libcodecs.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libcodecs.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libcodecs.tex	Thu Apr  6 13:25:37 2006
@@ -956,7 +956,7 @@
 
 \lineiv{rot_13}
          {rot13}
-         {byte string}
+         {Unicode string}
          {Returns the Caesar-cypher encryption of the operand}
 
 \lineiv{string_escape}


More information about the Python-checkins mailing list