trust_server_pasv_ipv4_address: move comments to allowlists (#6496)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
Akuli
2021-12-05 23:59:47 +02:00
committed by GitHub
parent 415d387009
commit a4118b1a09
8 changed files with 7 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
ctypes.wintypes
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
pwd.getpwnam
ssl.PROTOCOL_SSLv3 # Depends on openssl compilation
ssl.RAND_egd # Depends on openssl compilation
# Exists at runtime, but missing from stubs
ftplib.FTP.trust_server_pasv_ipv4_address
ntpath.splitunc
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT

View File

@@ -1,6 +1,4 @@
_?curses.A_ITALIC
ctypes.wintypes
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
pwd.getpwnam
# Exists at runtime, but missing from stubs
ftplib.FTP.trust_server_pasv_ipv4_address

View File

@@ -1,10 +1,10 @@
ctypes.wintypes
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
pwd.getpwnam
ssl.PROTOCOL_SSLv3 # Depends on openssl compilation
ssl.RAND_egd # Depends on openssl compilation
# Exists at runtime, but missing from stubs
ftplib.FTP.trust_server_pasv_ipv4_address
ntpath.splitunc
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT

View File

@@ -1,8 +1,8 @@
ctypes.wintypes
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
pwd.getpwnam
# Exists at runtime, but missing from stubs
ftplib.FTP.trust_server_pasv_ipv4_address
os.RWF_DSYNC
os.RWF_HIPRI
os.RWF_NOWAIT

View File

@@ -49,6 +49,7 @@ dataclasses.field
dataclasses.KW_ONLY
enum.Enum._generate_next_value_
fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
functools.partialmethod.__get__
functools.singledispatchmethod.__call__
gettext.install
@@ -163,7 +164,6 @@ distutils.dist.DistributionMetadata.set_keywords
distutils.dist.DistributionMetadata.set_platforms
distutils.util.get_host_platform
email.headerregistry.MessageIDHeader.max_count
ftplib.FTP.trust_server_pasv_ipv4_address
importlib.abc.TraversableResources
importlib.machinery.PathFinder.find_distributions
importlib.metadata.Distribution.name

View File

@@ -37,6 +37,7 @@ contextvars.Context.__init__ # Default C __init__ signature is wrong
dataclasses.field
enum.Enum._generate_next_value_
fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
functools.partialmethod.__get__
functools.singledispatchmethod.__call__ # A lie to reflect that the descriptor get returns a callable
gettext.install # codeset default value is ['unspecified'] so can't be specified
@@ -139,7 +140,6 @@ dummy_threading.setprofile
dummy_threading.settrace
dummy_threading.stack_size
email.headerregistry.MessageIDHeader.max_count
ftplib.FTP.trust_server_pasv_ipv4_address
html.parser.HTMLParser.unescape
importlib.machinery.PathFinder.find_distributions
importlib.metadata.EntryPoint.pattern

View File

@@ -39,6 +39,7 @@ contextvars.Context.__init__ # Default C __init__ signature is wrong
dataclasses.field
enum.Enum._generate_next_value_
fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve
ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154
functools.partialmethod.__get__
functools.singledispatchmethod.__call__
gettext.install
@@ -138,7 +139,6 @@ distutils.sysconfig.expand_makefile_vars
distutils.sysconfig.get_python_version
distutils.util.get_host_platform
email.headerregistry.MessageIDHeader.max_count
ftplib.FTP.trust_server_pasv_ipv4_address
hmac.HMAC.digest_cons
hmac.HMAC.inner
hmac.HMAC.outer