commit | 228b8e88bc7a7ce740e5c7326697e7c2256e099f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Apr 02 06:13:34 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Apr 02 06:13:34 1997 +0000 |
tree | 81149f4696131ea3d2c123fb169c8a31db23a76a | |
parent | d69a84b01eb802b2bfd7dd2c868a9b2da9465a5e [diff] [blame] |
Whole lotta changes.
diff --git a/Lib/dos-8x3/formatte.py b/Lib/dos-8x3/formatte.py index 507ed8a..25dbe73 100755 --- a/Lib/dos-8x3/formatte.py +++ b/Lib/dos-8x3/formatte.py
@@ -265,9 +265,9 @@ 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