Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/gzip.py
  • Loading branch information
graingert authored Mar 19, 2025
commit 49f5a19ee89f061f97bbdb37a087244eed992301
1 change: 1 addition & 0 deletions Lib/gzip.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def __init__(self, filename=None, mode=None,
finally:
self.fileobj = None
Comment thread
graingert marked this conversation as resolved.
Outdated
raise
Comment thread
graingert marked this conversation as resolved.

@property
def mtime(self):
"""Last modification time read from stream, or None"""
Expand Down