Skip to content

Commit 9cdc022

Browse files
committed
include collections, _dummy_thread, reprlib from cpython3 Lib
1 parent 2aa806f commit 9cdc022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CPythonLib.includes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# used as fileset in build.xml (target copy-full)
33

44
# Lib directories, in alphabetical order:
5+
collections/**
56
compiler/**
67
distutils/**
78
email/**
@@ -16,6 +17,7 @@ json/**
1617

1718
# Lib files, in alphabetical order:
1819
__future__.py
20+
_dummy_thread.py
1921
_LWPCookieJar.py
2022
_MozillaCookieJar.py
2123
_pyio.py
@@ -132,7 +134,7 @@ quopri.py
132134
random.py
133135
re.py
134136
reconvert.py
135-
repr.py
137+
reprlib.py
136138
rfc822.py
137139
rlcompleter.py
138140
robotparser.py

0 commit comments

Comments
 (0)