From: Andre Delfino Date: Fri, 6 Nov 2020 18:58:14 +0000 (-0300) Subject: Remove outdated reference to pywin32 from platform module (GH-22005) X-Git-Tag: v3.10.0a3~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c01f1540f958d4f52188b28afca721a9a6925c3;p=thirdparty%2FPython%2Fcpython.git Remove outdated reference to pywin32 from platform module (GH-22005) --- diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 8e8e3775aaff..b293adf48e6e 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -209,13 +209,6 @@ Windows Platform which means the OS version uses debugging code, i.e. code that checks arguments, ranges, etc. - .. note:: - - This function works best with Mark Hammond's - :mod:`win32all` package installed, but also on Python 2.3 and - 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