mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00

generating it. Since this is purely a doctest, the output file never served a good purpose.
2 lines
60 B
Python
2 lines
60 B
Python
import doctest, difflib
|
|
doctest.testmod(difflib, verbose=0)
|