More installation info. Bump alpha version.
[python/dscho.git] / Lib / test / test_difflib.py
blob5687e32770d1049143e42c96c1eec5b403e0478e
1 import difflib
2 from test import test_support
3 test_support.run_doctest(difflib)