From b6685dcfeb44fe3ca4792bc603648fa88e07c43d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 21 Oct 1996 18:10:19 +0000 Subject: The usual... --- Lib/dos-8x3/formatte.py | 5 ++--- Lib/dos-8x3/macurl2p.py | 3 ++- Lib/dos_8x3/formatte.py | 5 ++--- Lib/dos_8x3/macurl2p.py | 3 ++- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Lib/dos-8x3/formatte.py b/Lib/dos-8x3/formatte.py index 79be0f6..507ed8a 100755 --- a/Lib/dos-8x3/formatte.py +++ b/Lib/dos-8x3/formatte.py @@ -16,9 +16,8 @@ class NullFormatter: self.writer = writer def end_paragraph(self, blankline): pass def add_line_break(self): pass - def add_hor_rule(self, abswidth=None, percentwidth=1.0, - height=None, align=None): pass - def add_label_data(self, format, counter): pass + def add_hor_rule(self, *args, **kw): pass + def add_label_data(self, format, counter, blankline=None): pass def add_flowing_data(self, data): pass def add_literal_data(self, data): pass def flush_softspace(self): pass diff --git a/Lib/dos-8x3/macurl2p.py b/Lib/dos-8x3/macurl2p.py index 65afe69..7d53d62 100755 --- a/Lib/dos-8x3/macurl2p.py +++ b/Lib/dos-8x3/macurl2p.py @@ -1,4 +1,5 @@ -"""Mac specific module for conversion between pathnames and URLs.""" +"""Mac specific module for conversion between pathnames and URLs. +Do not import directly, use urllib instead.""" import string import urllib diff --git a/Lib/dos_8x3/formatte.py b/Lib/dos_8x3/formatte.py index 79be0f6..507ed8a 100755 --- a/Lib/dos_8x3/formatte.py +++ b/Lib/dos_8x3/formatte.py @@ -16,9 +16,8 @@ class NullFormatter: self.writer = writer def end_paragraph(self, blankline): pass def add_line_break(self): pass - def add_hor_rule(self, abswidth=None, percentwidth=1.0, - height=None, align=None): pass - def add_label_data(self, format, counter): pass + def add_hor_rule(self, *args, **kw): pass + def add_label_data(self, format, counter, blankline=None): pass def add_flowing_data(self, data): pass def add_literal_data(self, data): pass def flush_softspace(self): pass diff --git a/Lib/dos_8x3/macurl2p.py b/Lib/dos_8x3/macurl2p.py index 65afe69..7d53d62 100755 --- a/Lib/dos_8x3/macurl2p.py +++ b/Lib/dos_8x3/macurl2p.py @@ -1,4 +1,5 @@ -"""Mac specific module for conversion between pathnames and URLs.""" +"""Mac specific module for conversion between pathnames and URLs. +Do not import directly, use urllib instead.""" import string import urllib -- cgit v0.12