mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Clean up a few Python 2 remnants (#8452)
This commit is contained in:
@@ -28,22 +28,4 @@ extra_standard_library = [
|
||||
"genericpath",
|
||||
"opcode",
|
||||
"pyexpat",
|
||||
# Python 2 modules
|
||||
"__builtin__",
|
||||
"cookielib",
|
||||
"cStringIO",
|
||||
"httplib",
|
||||
"mimetools",
|
||||
"rfc822",
|
||||
"thread",
|
||||
"urllib2",
|
||||
"urlparse",
|
||||
"BaseHTTPServer",
|
||||
"Queue",
|
||||
"SimpleHTTPServer",
|
||||
"SocketServer",
|
||||
"StringIO",
|
||||
"UserDict",
|
||||
"UserList",
|
||||
"UserString",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user