mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Bug #1323369: document possible values of sys.getwindowsversion()
platform field
This commit is contained in:
parent
e46af8c367
commit
71322121d7
1 changed files with 4 additions and 4 deletions
|
|
@ -287,10 +287,10 @@ It is always available.
|
|||
\var{platform} may be one of the following values:
|
||||
|
||||
\begin{tableii}{l|l}{constant}{Constant}{Platform}
|
||||
\lineii{VER_PLATFORM_WIN32s} {Win32s on Windows 3.1}
|
||||
\lineii{VER_PLATFORM_WIN32_WINDOWS}{Windows 95/98/ME}
|
||||
\lineii{VER_PLATFORM_WIN32_NT} {Windows NT/2000/XP}
|
||||
\lineii{VER_PLATFORM_WIN32_CE} {Windows CE}
|
||||
\lineii{0 (VER_PLATFORM_WIN32s)} {Win32s on Windows 3.1}
|
||||
\lineii{1 (VER_PLATFORM_WIN32_WINDOWS)}{Windows 95/98/ME}
|
||||
\lineii{2 (VER_PLATFORM_WIN32_NT)} {Windows NT/2000/XP}
|
||||
\lineii{3 (VER_PLATFORM_WIN32_CE)} {Windows CE}
|
||||
\end{tableii}
|
||||
|
||||
This function wraps the Win32 \cfunction{GetVersionEx()} function;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue