[Python-3000] Low-hanging fruit: change interpreter prompt?

Stefan Behnel behnel_ml at gkec.informatik.tu-darmstadt.de
Fri Dec 1 14:20:42 CET 2006



Steven Bethard schrieb:
> On 11/29/06, Guido van Rossum <guido at python.org> wrote:
>> But the >>> prompt is Python's trademark! I always get a warm fuzzy
>> feeling when I see it, e.g. in a corner of a slide in a NASA
>> presentation.
> 
> I was using ``py>`` for a while.  That still gave me a warm fuzzy
> feeling ;-) and seemed to work with most newsreaders.

I think there are enough ways to get around the e-mail problem. One of the
least intrusive ways is this:

   .>>> 1+1
    2

Stefan


More information about the Python-3000 mailing list