2000-07-31 16:15:14 -04:00
|
|
|
|
PEP: 217
|
|
|
|
|
Title: Display Hook for Interactive Use
|
|
|
|
|
Version: $Revision$
|
|
|
|
|
Author: moshez@math.huji.ac.il (Moshe Zadka)
|
|
|
|
|
Status: Draft
|
2000-08-23 01:51:13 -04:00
|
|
|
|
Type: Standards Track
|
|
|
|
|
Python-Version: 2.1
|
2000-07-31 16:15:14 -04:00
|
|
|
|
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:
|