From 5496d1b4f90d960cac9a263a1960d1b8ce7d1c59 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 30 Nov 2006 22:01:39 +0000 Subject: [PATCH] Add interpreter prompt. --- pep-3099.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pep-3099.txt b/pep-3099.txt index 79ac51fc1..07a8070c5 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -189,6 +189,16 @@ Coding style http://mail.python.org/pipermail/python-3000/2006-March/000131.html +Interactive Interpreter +======================= + +* The interpreter prompt (``>>>``) will not change. It gives Guido warm + fuzzy feelings. + + Thread: "Low-hanging fruit: change interpreter prompt?", + http://mail.python.org/pipermail/python-3000/2006-November/004891.html + + Copyright =========