Add various missing undocumented functions (#4554)

Mostly addresses #2149
This commit is contained in:
Sebastian Rittau
2020-09-20 07:59:35 +02:00
committed by GitHub
parent 4876b55382
commit 9a6b500909
5 changed files with 24 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
# Stubs for _thread
import sys
from threading import Thread
from types import TracebackType

View File

@@ -1,5 +1,3 @@
# Stubs for urllib.request (Python 3.4)
import os
import ssl
import sys