[IronPython] __doc__ on None

Sylvain Hellegouarch sh at defuze.org
Thu Jun 7 08:53:25 CEST 2007


Martin Maly a écrit :
> Thanks for yet another bug report, we now have it on codeplex as:
>
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10823
>
> As Shri already said earlier, we are focusing most of our energy on the 2.0 development, but will address important blocking issues that are found in IronPython 1.1. We have moved all issues tracked on CodePlex over to target the 2.0 release, however if we did accidentally moved a serious blocking issue, please let us know so that we can track the important bugs that need to be fixed in the 1.1 release.
>
>   
Good to hear. I prefer that you guys focus on 2.0 too and backport to 
1.1 once 2.0 is out in the field. It looks like 2.0 will bring some nice 
modifications that will extend the capacity of IP both with .NET and 
Python packages so I'm waiting for it :)

- Sylvain
> Thanks!
> Martin
>
> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord
> Sent: Monday, June 04, 2007 8:46 AM
> To: Discussion of IronPython
> Subject: [IronPython] __doc__ on None
>
> Hello all,
>
> More fun with None:
>
> CPython 2.4.4:
>  >>> print None.__doc__
> None
>
> IP 1.1:
>  >>> print None.__doc__
> T.__new__(S, ...) -> a new object with type S, a subtype of T
>
> This is again confusing our auto-documentation tool. :-)
>
> By the way - can any of 'the team' answer the question as to whether the
> 1.1 branch is still being developed? (Bugfixes being backported?)
>
> Thanks
>
> Michael Foord
>
> --
> Michael Foord
> Resolver Systems
> michael.foord at resolversystems.com
>
> Office address:     17a Clerkenwell Road, London EC1M 5RD, UK
> Registered address: 843 Finchley Road, London NW11 8NA, UK
>
> Resolver Systems Limited is registered in England and Wales as company number 5467329.
> VAT No. GB 893 5643 79
>
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   




More information about the Ironpython-users mailing list