Message1807

Author cgroves
Recipients
Date 2007-08-06.00:18:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
%c formats values outside of the size of a single char, but it should raise a ValueError.  This is tested by string_tests.py(and thereby test_str, test_userstring and test_unicode), but the failing tests are currently commented out.  See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for instructions on how to uncomment the test and get to work on fixing the problem.
History
Date User Action Args
2008-02-20 17:17:57adminlinkissue1768075 messages
2008-02-20 17:17:57admincreate