Skip to content

Commit 6255296

Browse files
Remove outdated reference to pywin32 from platform module (GH-22005)
(cherry picked from commit 7c01f15) Co-authored-by: Andre Delfino <[email protected]>
1 parent e74fb2d commit 6255296

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/library/platform.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ Windows Platform
209209
which means the OS version uses debugging code, i.e. code that checks arguments,
210210
ranges, etc.
211211

212-
.. note::
213-
214-
This function works best with Mark Hammond's
215-
:mod:`win32all` package installed, but also on Python 2.3 and
216-
later (support for this was added in Python 2.6). It obviously
217-
only runs on Win32 compatible platforms.
218-
219212
.. function:: win32_edition()
220213

221214
Returns a string representing the current Windows edition. Possible

0 commit comments

Comments
 (0)