-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
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 | 32539 |
---|---|
Nosy | @pfmoore, @tjguk, @zware, @serhiy-storchaka, @eryksun, @zooba, @asottile |
PRs | OSError for os.listdir for extended paths on Windows #5169 |
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 = <Date 2018-01-15.21:40:26.673>
created_at = <Date 2018-01-12.16:56:45.525>
labels = ['type-bug', 'library', 'OS-windows']
title = 'os.listdir(...) on deep path on windows in python2.7 fails with errno 123'
updated_at = <Date 2018-01-15.21:40:26.672>
user = 'https://github.com/asottile'
bugs.python.org fields:
activity = <Date 2018-01-15.21:40:26.672>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = True
closed_date = <Date 2018-01-15.21:40:26.673>
closer = 'serhiy.storchaka'
components = ['Library (Lib)', 'Windows']
creation = <Date 2018-01-12.16:56:45.525>
creator = 'Anthony Sottile'
dependencies = []
files = []
hgrepos = []
issue_num = 32539
keywords = ['patch']
message_count = 4.0
messages = ['309862', '309866', '310017', '310018']
nosy_count = 7.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'serhiy.storchaka', 'eryksun', 'steve.dower', 'Anthony Sottile']
pr_nums = ['5169']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue32539'
versions = ['Python 2.7']
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