PEP 217, Display Hook for Interactive Use, assigned moshez

This commit is contained in:
Barry Warsaw 2000-07-31 20:15:14 +00:00
parent 439276bd34
commit 390a7f5838
1 changed files with 27 additions and 0 deletions

27
pep-0217.txt Normal file
View File

@ -0,0 +1,27 @@
PEP: 217
Title: Display Hook for Interactive Use
Version: $Revision$
Author: moshez@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: