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 mwh
Recipients
Date 2001-05-22.18:42:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

Well, the patch I posted below allows unicode (though
admittedly only for strings that can be encoded using the
default encoding).

Have you read the code to object.c:PyObject_GetAttr?  All my
code does is hoist some of the error checking out of there
into getattr to better decide whether to return the provided
default value.
History
Date User Action Args
2007-08-23 13:54:25adminlinkissue420304 messages
2007-08-23 13:54:25admincreate