Message11446

Author zyasoft
Recipients jenselme, stefan.richthofer, zyasoft
Date 2017-06-24.16:44:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498322660.23.0.140000783572.issue2598@psf.upfronthosting.co.za>
In-reply-to
Content
Julien, sounds good about your workaround. In general, when we find a discrepancy between CPython and Jython, we converge on CPython, even if it's arbitrary and undocumented/untested as is the case here ("" vs None/null). The reason we do so is that the larger ecosystem of Python code that's out there often relies on these distinctions. The Java API then usually just follows for simplicity's sake.

Because this will have an impact on users like you, we definitely will want to involve you in testing so that you can update accordingly. Yes, there's a bit of cost here - accepting either "" or null - but it's unavoidable IMHO.
History
Date User Action Args
2017-06-24 16:44:20zyasoftsetmessageid: <1498322660.23.0.140000783572.issue2598@psf.upfronthosting.co.za>
2017-06-24 16:44:20zyasoftsetrecipients: + zyasoft, stefan.richthofer, jenselme
2017-06-24 16:44:20zyasoftlinkissue2598 messages
2017-06-24 16:44:19zyasoftcreate