-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Replacing "Windows only: ..." with the .. availability:: Windows
directive in ctypes
doc.
#127082
Labels
docs
Documentation in the Doc dir
Comments
junkmd
added a commit
to junkmd/cpython
that referenced
this issue
Nov 22, 2024
…: Windows` in `ctypes` doc (pythonGH-127099) (cherry picked from commit 3c770e3) Co-authored-by: Jun Komoda <45822440+junkmd@users.noreply.github.com>
junkmd
added a commit
to junkmd/cpython
that referenced
this issue
Nov 22, 2024
…: Windows` in `ctypes` doc (pythonGH-127099) (cherry picked from commit 3c770e3) Co-authored-by: Jun Komoda <45822440+junkmd@users.noreply.github.com>
vstinner
pushed a commit
that referenced
this issue
Nov 22, 2024
vstinner
pushed a commit
that referenced
this issue
Nov 22, 2024
Thank you @junkmd! |
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…ws` in `ctypes` doc (python#127099)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
This is a follow-up to gh-126615.
In the
ctypes
documentation, the supported platforms were previously described in plain text.This will be replaced with a more modern approach using directives.
Linked PRs
.. availability:: Windows
directive inctypes
doc. #127099availability: Windows
inctypes
doc (GH-127099) #127144availability: Windows
inctypes
doc (GH-127099) #127145The text was updated successfully, but these errors were encountered: