[issue19914] help([object]) returns "Not enough memory." on standard Python types, object and object functions

HCT report at bugs.python.org
Tue Dec 10 02:55:54 CET 2013


HCT added the comment:

verified issue is due to code page was set to 65001, but I set PYTHONIOENCODING to utf-8 (tried UTF-8, utf8, utf-8...etc), so I'm not sure why there is problem with code page 65001

setting code page back to ascii (non-Unicode) fixed the issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19914>
_______________________________________


More information about the Python-bugs-list mailing list