diff --git a/tests/stubtest_whitelists/py35.txt b/tests/stubtest_whitelists/py35.txt index 9656509d2..06c2a7064 100644 --- a/tests/stubtest_whitelists/py35.txt +++ b/tests/stubtest_whitelists/py35.txt @@ -28,6 +28,7 @@ collections.UserString.maketrans contextlib._GeneratorContextManager.__init__ ctypes.CDLL.__init__ fractions.Fraction.__new__ # private _normalize param was made keyword-only in Python 3.6 +hmac.HMAC.__init__ importlib.metadata importlib.resources io.StringIO.readline @@ -44,6 +45,8 @@ os.DirEntry os.utime plistlib.Dict.__init__ pyexpat.XMLParserType.ExternalEntityParserCreate +random.Random.randrange # missing undocumented arg _int +random.randrange # missing undocumented arg _int smtpd.SMTPChannel.__init__ smtpd.SMTPServer.__init__ sre_compile.dis diff --git a/tests/stubtest_whitelists/py36.txt b/tests/stubtest_whitelists/py36.txt index 55f383f7c..ed2c5f0d7 100644 --- a/tests/stubtest_whitelists/py36.txt +++ b/tests/stubtest_whitelists/py36.txt @@ -24,6 +24,7 @@ copy.PyStringMap ctypes.CDLL.__init__ email.message.MIMEPart.as_string enum.Enum._generate_next_value_ +hmac.HMAC.__init__ importlib.metadata importlib.resources io.StringIO.readline @@ -35,6 +36,8 @@ nntplib._NNTPBase.starttls os.utime plistlib.Dict.__init__ pyexpat.XMLParserType.ExternalEntityParserCreate +random.Random.randrange # missing undocumented arg _int +random.randrange # missing undocumented arg _int secrets.SystemRandom.getstate smtplib.SMTP.sendmail sre_compile.dis diff --git a/tests/stubtest_whitelists/py37.txt b/tests/stubtest_whitelists/py37.txt index 750255e54..6035e8a3b 100644 --- a/tests/stubtest_whitelists/py37.txt +++ b/tests/stubtest_whitelists/py37.txt @@ -30,6 +30,7 @@ dataclasses.Field.__init__ dataclasses.field email.message.MIMEPart.as_string enum.Enum._generate_next_value_ +hmac.HMAC.__init__ http.client.HTTPSConnection.__init__ http.server.SimpleHTTPRequestHandler.__init__ importlib.metadata @@ -41,6 +42,8 @@ nntplib._NNTPBase.starttls os.utime pyexpat.XMLParserType.ExternalEntityParserCreate queue.SimpleQueue.__init__ +random.Random.randrange # missing undocumented arg _int +random.randrange # missing undocumented arg _int secrets.SystemRandom.getstate smtplib.SMTP.sendmail sre_constants.RANGE_IGNORE diff --git a/tests/stubtest_whitelists/py38.txt b/tests/stubtest_whitelists/py38.txt index 273ae789a..4e3221024 100644 --- a/tests/stubtest_whitelists/py38.txt +++ b/tests/stubtest_whitelists/py38.txt @@ -65,6 +65,8 @@ nntplib._NNTPBase.starttls pickle.Pickler.reducer_override platform.DEV_NULL queue.SimpleQueue.__init__ +random.Random.randrange # missing undocumented arg _int +random.randrange # missing undocumented arg _int secrets.SystemRandom.getstate select.epoll.register smtplib.SMTP.sendmail