Message12950

Author doublep
Recipients doublep, jeff.allen, zyasoft
Date 2020-01-31.20:22:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580502123.63.0.985234830353.issue2842@roundup.psfhosted.org>
In-reply-to
Content
FWIW, in my usecase it's all about integration with Java. I don't actually create maps in Python (Jython), I just modify (put, remove, etc.) existing ones created in Java. Also, Java code doesn't know and for purity reasons must not care how its HashMaps are used and of course has no idea about existence of "None".

I.e. in my usecase it is Python scripts that are wrapped around Java code and are the higher level. Scripts can and should adapt to changes in the Java-written core as needed, but Java part should never be bothered with peculiarities of whatever uses it.
History
Date User Action Args
2020-01-31 20:22:03doublepsetmessageid: <1580502123.63.0.985234830353.issue2842@roundup.psfhosted.org>
2020-01-31 20:22:03doublepsetrecipients: + doublep, zyasoft, jeff.allen
2020-01-31 20:22:03doubleplinkissue2842 messages
2020-01-31 20:22:03doublepcreate