Kaydet (Commit) 71322121 authored tarafından Georg Brandl's avatar Georg Brandl

Bug #1323369: document possible values of sys.getwindowsversion()

platform field
üst e46af8c3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment