mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +08:00
shutil.rmtree: add avoids_symlink_attacks attribute (#9366)
This commit is contained in:
@@ -165,6 +165,7 @@ poplib.POP3_SSL.stls # bad declaration of inherited function. See poplib.pyi
|
||||
pyexpat.expat_CAPI
|
||||
select.poll # Depends on configuration
|
||||
selectors.DevpollSelector # Depends on configuration
|
||||
shutil.rmtree # stubtest doesn't like that we have this as an instance of a callback protocol instead of a function
|
||||
socketserver.BaseServer.RequestHandlerClass # is defined as a property, because we need `Self` type
|
||||
socketserver.BaseServer.fileno # implemented in derived classes
|
||||
socketserver.BaseServer.get_request # implemented in derived classes
|
||||
|
||||
Reference in New Issue
Block a user