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 msyang
Recipients msyang
Date 2008-06-19.19:58:13
SpamBayes Score 9.08729e-05
Marked as misclassified No
Message-id <1213905498.05.0.86036305634.issue3145@psf.upfronthosting.co.za>
In-reply-to
Content
>>> help()
help> modules os
Here is a list of matching modules.  Enter any module name to get more help.

posix - This module provides access to operating system
...
stringprep - Library that exposes various tables found in the StringPrep
RFC 3454.
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
...
File "/home/michael/python3/3.0b1/lib/python3.0/codecs.py", line 300, in
decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 8-11:
invalid data
History
Date User Action Args
2008-06-19 19:58:18msyangsetspambayes_score: 9.08729e-05 -> 9.08729e-05
recipients: + msyang
2008-06-19 19:58:18msyangsetspambayes_score: 9.08729e-05 -> 9.08729e-05
messageid: <1213905498.05.0.86036305634.issue3145@psf.upfronthosting.co.za>
2008-06-19 19:58:16msyanglinkissue3145 messages
2008-06-19 19:58:14msyangcreate