[Python-Dev] Exception.unicode and tp_unicode (original) (raw)
Simon Cross hodgestar+pythondev at gmail.com
Wed Jun 11 13:56:31 CEST 2008
- Previous message: [Python-Dev] Exception.__unicode__ and tp_unicode
- Next message: [Python-Dev] bogus comment in Python.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jun 11, 2008 at 11:34 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
4) Fix PyObjectUnicode to not retrieve unicode from new-style instances, and instead only look for the method on their types (similar to the way PyObjectFormat looks up the format method).
Thanks for the suggestion Nick. I've added a patch which implements it to the bug.
Schiavo Simon
- Previous message: [Python-Dev] Exception.__unicode__ and tp_unicode
- Next message: [Python-Dev] bogus comment in Python.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]