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

Lines changed: 1279 additions & 0 deletions
Large diffs are not rendered by default.

Lib/collections/abc.py

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2097 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)