[Python-checkins] r43701 - python/trunk/Doc/lib/libcodecs.tex

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


Author: georg.brandl
Date: Thu Apr  6 13:25:33 2006
New Revision: 43701

Modified:
   python/trunk/Doc/lib/libcodecs.tex
Log:
Bug #1465619: rot13 codec decodes to a Unicode string.


Modified: python/trunk/Doc/lib/libcodecs.tex
==============================================================================
--- python/trunk/Doc/lib/libcodecs.tex	(original)
+++ python/trunk/Doc/lib/libcodecs.tex	Thu Apr  6 13:25:33 2006
@@ -1230,7 +1230,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