[IronPython] __doc__ on None

Michael Foord michael.foord at resolversystems.com
Mon Jun 4 17:45:32 CEST 2007


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 




More information about the Ironpython-users mailing list