mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 17:43:25 +08:00
Update gzip for py312 (#10634)
This commit is contained in:
@@ -139,8 +139,10 @@ class GzipFile(_compression.BaseStream):
|
||||
fileobj: _ReadableFileobj | _WritableFileobj | None = None,
|
||||
mtime: float | None = None,
|
||||
) -> None: ...
|
||||
@property
|
||||
def filename(self) -> str: ...
|
||||
if sys.version_info < (3, 12):
|
||||
@property
|
||||
def filename(self) -> str: ...
|
||||
|
||||
@property
|
||||
def mtime(self) -> int | None: ...
|
||||
crc: int
|
||||
|
||||
@@ -12,7 +12,6 @@ enum.Enum.__signature__
|
||||
enum.EnumMeta.__call__
|
||||
enum.EnumType.__call__
|
||||
enum.property.member
|
||||
gzip.GzipFile.filename
|
||||
http.client.HTTPConnection.get_proxy_response_headers
|
||||
imaplib.IMAP4_SSL.__init__
|
||||
importlib.abc.Finder
|
||||
|
||||
Reference in New Issue
Block a user