[IronPython] help on Vista x64
Michael Foord
fuzzyman at voidspace.org.uk
Sun Oct 26 20:49:13 CET 2008
Hello guys,
Using help on methods of .NET types on 32 bit Vista prints useful
information. e.g. for help(Stack.Push)
>>> help(Stack.Push)
Help on method-descriptor Push
| Push(...)
| Push(self, object obj)
|
| Inserts an object at the top of the
| System.Collections.Stack.
|
| obj: The System.Object to push onto the
| System.Collections.Stack. The value can be null.
On Vista x64 it prints:
>>> help(Stack.Push)
Help on method_descriptor:
Push(...)
Push(self, object obj)
Michael Foord
--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog
More information about the Ironpython-users
mailing list