This is one of the things that's almost working in IronPython and should also work in Python for .NET.
The following prints False, whereas I would expect the result to be True:
import CLR from CLR.System import String print String("x") == "x"
Logged In: YES user_id=560817 Originator: NO
It fails in PythonNet 2.0, too. But I'm not sure if it's a bug or by design.
Log in to post a comment.
Logged In: YES
user_id=560817
Originator: NO
It fails in PythonNet 2.0, too. But I'm not sure if it's a bug or by design.