Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Unicode tests failing for json module
2. [New comment] locale.strxfrm doesn't work
3. [New comment] F# and Python Tuples not compatible
4. [New issue] Can't import json when using with Unity
----------------------------------------------
ISSUES
1. [New comment] Unicode tests failing for json module
http://ironpython.codeplex.com/workitem/32802
User paweljasinski has commented on the issue:
"<p>I have looked inside. The part which is failing (standard library) has an
if based on string vs. unicode. I see no obvious fix/hack. This will go away as
soon as ip moves to 3.x standard libraries.</p"-----------------
2. [New comment] locale.strxfrm doesn't work
http://ironpython.codeplex.com/workitem/34188
User paweljasinski has commented on the issue:
"<p>fixed in 2.7.4. beta 1</p"-----------------
3. [New comment] F# and Python Tuples not compatible
http://ironpython.codeplex.com/workitem/34229
User jdhardy has commented on the issue:
"<p>There is code that will convert PythonList to List<T> (and possibly
PythonTuple to List<T>, but I'd have to check). As long as we know the
exact type to be converted to we can at least attempt the conversion, and raise
an exception if we can't match the types.</p><p>It would only be for 4.0+ (when
System.Tuple was added) but I think it's worth
investigating.</p"-----------------
4. [New issue] Can't import json when using with Unity
http://ironpython.codeplex.com/workitem/34234
User rmadsen has proposed the issue:
"I have installed IronPython 2.6. I successfully created a simple script that
imports the json library, and the parses json data.
I am using IronPython with Unity and I can successfully run python scripts.
However when I try to modify one of those scripts to import the json library, I
get an error "ImportException: No module named json"
Why isn't json recognized as a valid module in this context?"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on
CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue
Tracker. You can unsubscribe or change your issue notification settings on
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users