FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Added missing names to __all__. · java66liu/python@02d05e9 · GitHub

forked from glix/python

Commit 02d05e9

Browse files
rhettinger
committed
Added missing names to __all__.
git-svn-id: http://svn.python.org/projects/python/trunk@29430 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 50d5c3f commit 02d05e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Lib/difflib.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121

2222
__all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
23-
'Differ']
23+
'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
2424

2525
class SequenceMatcher:
2626

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL