[Python-checkins] peps: PEP 217, Display Hook for Interactive Use, assigned moshez

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:06 CET 2011


http://hg.python.org/peps/rev/1e1ef16e9541
changeset:   71:1e1ef16e9541
user:        Barry Warsaw <barry at python.org>
date:        Mon Jul 31 20:15:14 2000 +0000
summary:
  PEP 217, Display Hook for Interactive Use, assigned moshez

files:
  pep-0217.txt |  27 +++++++++++++++++++++++++++
  1 files changed, 27 insertions(+), 0 deletions(-)


diff --git a/pep-0217.txt b/pep-0217.txt
new file mode 100644
--- /dev/null
+++ b/pep-0217.txt
@@ -0,0 +1,27 @@
+PEP: 217
+Title: Display Hook for Interactive Use
+Version: $Revision$
+Author: moshez at math.huji.ac.il (Moshe Zadka)
+Python-Version: 2.1
+Status: Draft
+Created: 31-Jul-2000
+Post-History: 
+
+
+Abstract
+
+    Python's interactive mode is one of the implementation's great
+    strengths -- being able to write expressions on the command line
+    and get back a meaningful output.  However, the output function
+    cannot be all things to all people, and the current output
+    function too often falls short of this goal.  This PEP describes a
+    way to provides alternatives to the built-in display function in
+    Python, so users will have control over the output from the
+    interactive interpreter.
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list