Skip to content

Commit dfa6121

Browse files
committed
Remove types _collections_abc stdlib patches, move test.test_support to test.support, fix deprecated string module methods
1 parent aa2e3fe commit dfa6121

13 files changed

Lines changed: 39 additions & 3646 deletions

File tree

CPythonLib.includes

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ distutils/**
88
email/**
99
encodings/**
1010
ensurepip/**
11+
http/**
1112
importlib/*
1213
logging/*
1314
test/**
@@ -17,6 +18,7 @@ json/**
1718

1819
# Lib files, in alphabetical order:
1920
__future__.py
21+
_collections_abc.py
2022
_dummy_thread.py
2123
_LWPCookieJar.py
2224
_MozillaCookieJar.py
@@ -66,9 +68,8 @@ dis.py
6668
DocXMLRPCServer.py
6769
dospath.py
6870
dumbdbm.py
69-
dummy_thread.py
7071
dummy_threading.py
71-
exceptions.py
72+
enum.py
7273
filecmp.py
7374
fnmatch.py
7475
formatter.py
@@ -87,7 +88,6 @@ hmac.py
8788
htmlentitydefs.py
8889
htmllib.py
8990
HTMLParser.py
90-
httplib.py
9191
ihooks.py
9292
imaplib.py
9393
imghdr.py
@@ -169,13 +169,10 @@ tokenize.py
169169
trace.py
170170
traceback.py
171171
tty.py
172+
types.py
172173
tzparse.py
173-
urllib2.py
174-
urlparse.py
174+
urllib/*.py
175175
user.py
176-
UserDict.py
177-
UserList.py
178-
UserString.py
179176
uu.py
180177
uuid.py
181178
warnings.py

0 commit comments

Comments
 (0)