The usual...
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 @@
 	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 @@
 	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