From: Raymond Hettinger Date: Wed, 30 Oct 2002 06:33:33 +0000 (+0000) Subject: Added missing names to __all__. X-Git-Tag: v2.2.3c1~264 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=025a9f947af1b16af1e4ebb31314eb33030a66aa;p=thirdparty%2FPython%2Fcpython.git Added missing names to __all__. --- diff --git a/Lib/difflib.py b/Lib/difflib.py index a2689f406f2e..97ced5f88ee9 100644 --- a/Lib/difflib.py +++ b/Lib/difflib.py @@ -22,7 +22,7 @@ Class Differ: """ __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', - 'Differ'] + 'Differ', 'IS_CHARACTER_JUNK', 'IS_LINE_JUNK'] class SequenceMatcher: