mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
This commit is contained in:
parent
8c3ecc6bac
commit
62dfd7d6fe
17 changed files with 134 additions and 15 deletions
|
@ -216,6 +216,21 @@ Windows Platform
|
|||
later (support for this was added in Python 2.6). It obviously
|
||||
only runs on Win32 compatible platforms.
|
||||
|
||||
.. function:: win32_edition()
|
||||
|
||||
Returns a string representing the current Windows edition. Possible
|
||||
values include but are not limited to ``'Enterprise'``, ``'IoTUAP'``,
|
||||
``'ServerStandard'``, and ``'nanoserver'``.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
.. function:: win32_is_iot()
|
||||
|
||||
Returns True if the windows edition returned by win32_edition is recognized
|
||||
as an IoT edition.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
|
||||
Mac OS Platform
|
||||
---------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue