Message12176

Author k870611
Recipients k870611
Date 2018-11-10.09:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541841142.85.0.788709270274.issue2716@psf.upfronthosting.co.za>
In-reply-to
Content
for example, In python
a = "hello", b = "hello", "a is b" and "a == b" will return True.

but In jython2.7.0 "a is b" return False, "a == b" return True
History
Date User Action Args
2018-11-10 09:12:22k870611setrecipients: + k870611
2018-11-10 09:12:22k870611setmessageid: <1541841142.85.0.788709270274.issue2716@psf.upfronthosting.co.za>
2018-11-10 09:12:22k870611linkissue2716 messages
2018-11-10 09:12:21k870611create