Skip to content

Commit c78c95f

Browse files
committed
Add CPython library modules needed for unittest
1 parent c96680a commit c78c95f

File tree

8 files changed

+5590
-1
lines changed

8 files changed

+5590
-1
lines changed

Lib/collections/__init__.py

+1,279
Large diffs are not rendered by default.

Lib/collections/abc.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from _collections_abc import *
2+
from _collections_abc import __all__

Lib/difflib.py

+2,097
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)