Whole lotta changes.

This commit is contained in:
Guido van Rossum 1997-04-02 06:13:34 +00:00
parent d69a84b01e
commit 228b8e88bc
52 changed files with 2276 additions and 434 deletions

View file

@ -265,9 +265,9 @@ class AbstractFormatter:
class NullWriter:
"""Minimal writer interface to use in testing.
"""
"""Minimal writer interface to use in testing & inheritance."""
def __init__(self): pass
def flush(self): pass
def new_alignment(self, align): pass
def new_font(self, font): pass
def new_margin(self, margin, level): pass