Tin mới
barneygale:gh-81790-splitdrive-improvements
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
: support "UNC" device paths in ntpath.splitdrive()
bpo-37609 - Support "UNC" and "GLOBAL" junctions in ntpath.splitdrive(). #31702
Improve variable names a little
Fix volume-by-guid path support
gh-68320, gh-88302 - Allow for pathlib.Path subclassing #31691
gh-86943: implement pathlib.WindowsPath.is_mount() #31458
support "UNC" device paths in ntpath.splitdrive #81790
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Revise implementation to affect only paths beginning \\?\UNC\.
Re-introduce comment with some interesting findings on extended paths.
Fix handling of \\?\UNC (no trailing slash)
Remove extending paths findings comment.