Message1818

Author cgroves
Recipients
Date 2007-08-07.05:26:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
hasattr and getattr allow names to be any unicode object, but attributes names must be in the ascii range.  If the unicode object has a character outside of the ascii range using it in either of these functions should raise an UnicodeError.

test_builtin has a couple tests that fail as a result of this, but they're commented out for now as explained in http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions
History
Date User Action Args
2008-02-20 17:17:58adminlinkissue1768979 messages
2008-02-20 17:17:58admincreate