Actually, on 2nd thought, I'm not going to do __hello__ right now. It's interesting because it's the top of the frozen module iceberg.
I think what we want to do here is revisit this when we also revisit saving compiled assemblies to disk. Then we can call those 'frozen modules' and include the __hello__ module as a default one of those. Just adding support for some __hello__ written in C# doesn't make much sense because it'll be wrong. I'll still change the error message for Seo's from __future__ import braces :). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Monday, January 21, 2008 4:58 AM To: Discussion of IronPython Subject: Re: [IronPython] [python] Re: The __hello__ Module Dino Viehland wrote: > I was planning on focusing on bugs this week so I guess I'll kick it off with > the silly bugs: this one and from future import braces. :) > That's great news, I don't think IronPython can claim true compatibility with CPython until these are in... ;-) Great work on the 1.1.1 RC by the way. Much appreciated. Michael > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord > Sent: Sunday, January 20, 2008 12:55 PM > To: Discussion of IronPython > Subject: [IronPython] The __hello__ Module > > Hello guys, > > Any plans to implement the '__hello__' module for IronPython? > > Michael > http://www.manning.com/foord > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
