From: Marc-André Lemburg Date: Thu, 20 Mar 2008 18:58:14 +0000 (+0000) Subject: Clarfiy the availability of the extended support for win32_ver() in Py2.6. X-Git-Tag: v2.6a2~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e0c72bbf07de091cfed02c8895e2a5e3745c6e1;p=thirdparty%2FPython%2Fcpython.git Clarfiy the availability of the extended support for win32_ver() in Py2.6. --- diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 47f0e7e2c5f7..e80fc11474d5 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -197,7 +197,8 @@ Windows Platform Note: this function works best with Mark Hammond's :mod:`win32all` package installed, but also on Python 2.3 and - later. It obviously only runs on Win32 compatible platforms. + later (support for this was added in Python 2.6). It obviously + only runs on Win32 compatible platforms. Win95/98 specific