Message12870

Author jeff.allen
Recipients doublep, jeff.allen, zyasoft
Date 2019-12-22.07:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577001320.17.0.537850488182.issue2842@roundup.psfhosted.org>
In-reply-to
Content
See also #2838. I've a horrid feeling we are trying to satisfy two irreconcilable demands.

ISTR making some changes around the handling of null to prevent the problems that arise with containers that can't hold null (but might hold None?), and containers that can hold but whose Java clients don't know what to do with a Py.None.

Yes, here I am making java.util.Map more like dict: https://hg.python.org/jython/rev/65c4b774a715 . But then, of course, it makes it less like java.util.Map.
History
Date User Action Args
2019-12-22 07:55:20jeff.allensetmessageid: <1577001320.17.0.537850488182.issue2842@roundup.psfhosted.org>
2019-12-22 07:55:20jeff.allensetrecipients: + jeff.allen, zyasoft, doublep
2019-12-22 07:55:20jeff.allenlinkissue2842 messages
2019-12-22 07:55:20jeff.allencreate