Re: [IronPython] __doc__ on None

2007-06-06 Thread Sylvain Hellegouarch
g for it :) - Sylvain > Thanks! > Martin > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord > Sent: Monday, June 04, 2007 8:46 AM > To: Discussion of IronPython > Subject: [IronPython] __doc__ on None > > Hello all, >

Re: [IronPython] __doc__ on None

2007-06-06 Thread Martin Maly
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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._

[IronPython] __doc__ on None

2007-06-04 Thread Michael Foord
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