-
- Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
OS-windowsstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
| BPO | 41530 |
|---|---|
| Nosy | @vstinner, @pganssle, @bijij |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2020-08-12.11:42:16.788> labels = ['type-bug', 'library', '3.9', '3.10'] title = 'zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInfoNotFoundError' updated_at = <Date 2020-08-12.14:46:45.318> user = 'https://github.com/bijij'bugs.python.org fields:
activity = <Date 2020-08-12.14:46:45.318> actor = 'josh.ja.butt' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2020-08-12.11:42:16.788> creator = 'josh.ja.butt' dependencies = [] files = [] hgrepos = [] issue_num = 41530 keywords = ['patch'] message_count = 10.0 messages = ['375225', '375226', '375228', '375233', '375234', '375235', '375238', '375239', '375240', '375251'] nosy_count = 4.0 nosy_names = ['vstinner', 'python-dev', 'p-ganssle', 'josh.ja.butt'] pr_nums = ['21839'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue41530' versions = ['Python 3.9', 'Python 3.10']Linked PRs
- gh-85702: Catch IsADirectoryError in zoneinfo #131333
- gh-85702: Catch PermissionError in zoneinfo.load_tzdata() #136117
- [3.14] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) #136128
- [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) #136130
- [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) #136136
fabien-michel
Metadata
Metadata
Assignees
Labels
OS-windowsstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done