[Jython-checkins] jython: Fixed bug in UTF-7 decoder (surrogate pairs)

fwierzbicki at gmail.com fwierzbicki at gmail.com
Mon Jan 14 17:27:09 CET 2013


Hi Jeff!

> +    @unittest.skipIf(not test_support.is_jython, "Jython supports surrogate pairs")
There is a unittest.skipUnless for this to avoid the "not".

-Frank


More information about the Jython-checkins mailing list