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,
>
-
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._
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