Feature request for interactive interpreter

Bjorn Pettersen bjorn at roguewave.com
Mon Nov 1 14:03:35 EST 1999


I'm getting tired of typing, so my request for the next version of the
interactive interpreter is a "help" function, probably defined as:

	def help(x): print x.__doc__

(with the appropriate 'no help available' message if the object doesn't have
a doc string...)

pretty-pleas'ly y'rs 
--bjorn




More information about the Python-list mailing list