Tin mới
barneygale:bpo-42777-pathlib-is-mount-on-windows
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
WindowsPath does not implement is_mount but ntpath implements and offers a ismount method #86943
bpo-42777: implement pathlib.WindowsPath.is_mount()
Merge branch 'main' into bpo-42777-pathlib-is-mount-on-windows
Address feedback, bring up-to-date.
gh-68320, gh-88302 - Allow for pathlib.Path subclassing #31691
Remove test that '/\x00` (posix) and 'c:\\\x00' aren't mounts.
pathlib.WindowsPath.is_mount()
[WIP] GH-89812: Add tarfile.TarPath #104272
GH-89812: Add pathlib._PathBase #106337
str(zipfile.Path()) not working when root attribute is io.BytesIO #100609