mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-20 10:02:51 +08:00
http: improve types (#9055)
This commit is contained in:
@@ -422,7 +422,6 @@ ssl.RAND_egd
|
||||
collections.abc.* # Types are re-exported from _collections_abc, so errors should be fixed there
|
||||
distutils.command.check.SilentReporter # only defined if docutils in installed
|
||||
hmac.HMAC.blocksize # use block_size instead
|
||||
http.server.SimpleHTTPRequestHandler.__init__ # *args is expanded
|
||||
pickle.Pickler.memo # undocumented implementation detail, has different type in C/Python implementations
|
||||
pickle.Unpickler.memo # undocumented implementation detail, has different type in C/Python implementations
|
||||
re.Pattern.scanner # Undocumented and not useful. #6405
|
||||
|
||||
Reference in New Issue
Block a user