mirror of
https://github.com/python/cpython.git
synced 2025-09-12 11:46:52 +00:00
[3.13] gh-131741: Add documentation for Windows version detection change in platform
(GH-131742) (#131767)
gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742)
Document the behavior change between 3.11 & 3.12, where ``platform`` now correctly detects Windows 11 and Windows Server releases past Windows Server 2012.
(cherry picked from commit b9ca438daa
)
Co-authored-by: Idan Noiman <idann@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Wulian <1055917385@qq.com>
This commit is contained in:
parent
b4fa4c2c3c
commit
28d02860c0
1 changed files with 8 additions and 0 deletions
|
@ -811,6 +811,14 @@ pathlib
|
|||
:meth:`pathlib.Path.rglob` and :meth:`pathlib.PurePath.match` for matching
|
||||
the path's case sensitivity, allowing for more precise control over the matching process.
|
||||
|
||||
platform
|
||||
--------
|
||||
|
||||
* Add support for detecting Windows 11 and Windows Server releases past 2012.
|
||||
Previously, lookups on Windows Server platforms newer than Windows Server 2012
|
||||
and on Windows 11 would return ``Windows-10``.
|
||||
(Contributed by Steve Dower in :gh:`89545`.)
|
||||
|
||||
pdb
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue