Martin Matusiak added the comment:
It seems the versions of IronPython 1.0 mentioned in test cases do actually
support the "in" keyword, so the first version of the patch is probably
sufficient.
Example session:
>>> sys.version
IronPython 1.0.60816 on .NET 2.0.50727.3643
>>> "IronPython" in sys.version
True
>>> sys.version.startswith("IronPython")
True
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue8964>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com