On Wed, 14 Oct 2009, Dino Viehland wrote:

> > That said, if relative imports are borked, you don't really meet the
> > "2.6 compatibility" bullet on the roadmap ;)
> 
> This is a bug w/ relating to PEP 366 (Main module explicit relative 
> imports).  I've added a simple repro to the bug and will look at fixing
> it for RC2.

Awesomepants.

> That being said json isn't going to work w/ IronPython 2.6  The reason
> is that the json module relies upon CPython's sre_* modules instead of 
> relying upon just the normal re module.  We'll presumably need to 
> re-implement all of json in order to make this work as we have no plans
> to implement sre as it's been deprecated in favor of re which we already
> implement.

Less than awesome. but a fair point. Do issues like this get logged back
to bugs.python.org? (IMHO that's a bug with Python, no reason to use
sre) 

That said, is there a fairly straightforward means of bridging
collections like Dictionary<T,T> and List<T> to their python equivalent
types? If so, than wrapping
System.Web.Script.Serialization.JavaScriptSerializer would be a decent
enough workaround for now IMHO.


Thanks for the feedback, cj mention that you guys were good people ;)


Cheers,
-R. Tyler Ballance

Attachment: pgp2YyOr3JXLc.pgp
Description: PGP signature

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to