From: Raymond Hettinger Date: Wed, 30 Oct 2002 06:09:58 +0000 (+0000) Subject: Added missing names to __all__. X-Git-Tag: v2.3c1~3651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39f02f98f56de9cccb72398021e0cd9bf164bc65;p=python Added missing names to __all__. --- diff --git a/Lib/difflib.py b/Lib/difflib.py index 0637cffb32..b09348f0c8 100644 --- a/Lib/difflib.py +++ b/Lib/difflib.py @@ -20,7 +20,7 @@ Class Differ: """ __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', - 'Differ'] + 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK'] class SequenceMatcher: