8000 Remove outdated reference to pywin32 from platform module (GH-22005) · python/cpython@6255296 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6255296

Browse files
Remove outdated reference to pywin32 from platform module (GH-22005)
(cherry picked from commit 7c01f15) Co-authored-by: Andre Delfino <adelfino@gmail.com>
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)
0