8000 [3.12] Fix markup of `win32_ver` in `platform.rst` (GH-116492) by miss-islington · Pull Request #117753 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] Fix markup of win32_ver in platform.rst (GH-116492) #117753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ Windows Platform
default to an empty string).

As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
and ``'Multiprocessor Free'`` on multi processor machines. The *'Free&# 519D 39;* refers
to the OS version being free of debugging code. It could also state *'Checked'*
and ``'Multiprocessor Free'`` on multi processor machines. The ``'Free'`` refers
to the OS version being free of debugging code. It could also state ``'Checked'``
which means the OS version uses debugging code, i.e. code that checks arguments,
ranges, etc.

Expand Down
0