]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
authorSteve Dower <steve.dower@python.org>
Fri, 10 Mar 2023 12:21:37 +0000 (12:21 +0000)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 12:21:37 +0000 (12:21 +0000)
commitcb35882773a3ffc7fe0671e64848f4c926a2d52f
treed390ad1c69a25c999f6f9cf3d31de7b2323a8396
parent2999e02836f9112de6b17784eaca762fb87e71a9
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
Doc/whatsnew/3.12.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2023-03-08-23-08-38.gh-issue-102519.wlcsFI.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c