gh-122143: Fix os.path.splitroot() and os.path.normpath() for undecodable bytes paths on Windows by gianghungtien · Pull Request #154585 · python/cpython · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
171 changes: 92 additions & 79 deletions Lib/ntpath.py
111 changes: 62 additions & 49 deletions Lib/posixpath.py
Loading
Loading