mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
trust_server_pasv_ipv4_address: move comments to allowlists (#6496)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user