28 lines
764 B
Plaintext
28 lines
764 B
Plaintext
|
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:
|