commit | 39f02f98f56de9cccb72398021e0cd9bf164bc65 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Oct 30 06:09:58 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Oct 30 06:09:58 2002 +0000 |
tree | d0da2421e372fd133f8f8e10ebb759c59951986a | |
parent | 2b9bfb33ffd780c5219186ef86904d7c9cfb8a8a [diff] |
Added missing names to __all__.
diff --git a/Lib/difflib.py b/Lib/difflib.py index 0637cff..b09348f 100644 --- a/Lib/difflib.py +++ b/Lib/difflib.py
@@ -20,7 +20,7 @@ """ __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', - 'Differ'] + 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK'] class SequenceMatcher: