Python is faster than C

Raymond Hettinger python at rcn.com
Mon Apr 5 04:43:31 EDT 2004


> > P.S.  If some experimentation shows your code to be useful at the
> > interactive prompt, please submit a patch on SF so it won't be lost.

[Paul Prescod]
> Why put this behaviour in the interactive prompt rather than in
repr()?

Like the suppression of None, this behavior is only useful for
interactive sessions.

Also, I don't see how to implement this for repr() since it has to
replace the original object with a chain object or tee object.


Raymond Hettinger


#################################################################
#################################################################
#################################################################
#####
#####
#####
#################################################################
#################################################################
#################################################################




More information about the Python-list mailing list