This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eisele
Recipients doerwalter, eisele
Date 2007-11-29.16:20:56
SpamBayes Score 0.011768756
Marked as misclassified No
Message-id <1196353257.23.0.0798884281724.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
An instance of the other problem:

Python 2.5.1 (r251:54863, Aug 30 2007, 16:15:51) 
[GCC 4.1.0 (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
__[1] >>> s=" "*int(25E8)
2.990000 sec
__[1] >>> u=s.decode("utf-8")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/home/cl-home/eisele/lns-root-07/lib/python2.5/encodings/utf_8.py",
line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
TypeError: utf_8_decode() argument 1 must be (unspecified), not str
__[1] >>>
History
Date User Action Args
2007-11-29 16:20:57eiselesetspambayes_score: 0.0117688 -> 0.011768756
recipients: + eisele, doerwalter
2007-11-29 16:20:57eiselesetspambayes_score: 0.0117688 -> 0.0117688
messageid: <1196353257.23.0.0798884281724.issue1521@psf.upfronthosting.co.za>
2007-11-29 16:20:57eiselelinkissue1521 messages
2007-11-29 16:20:57eiselecreate