X Tutup
Skip to content

gh-93103: Doc uses PyConfig rather than deprecated vars#96070

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:doc_flags
Aug 18, 2022
Merged

gh-93103: Doc uses PyConfig rather than deprecated vars#96070
vstinner merged 1 commit intopython:mainfrom
vstinner:doc_flags

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Aug 18, 2022

The C API documentation now uses the new PyConfig API, rather than
deprecated global configuration variables.

The C API documentation now uses the new PyConfig API, rather than
deprecated global configuration variables.
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir skip news awaiting core review labels Aug 18, 2022
@vstinner vstinner merged commit cfaa79a into python:main Aug 18, 2022
@vstinner vstinner deleted the doc_flags branch August 18, 2022 14:58
tiran pushed a commit to tiran/cpython that referenced this pull request Aug 19, 2022
…#96070)

The C API documentation now uses the new PyConfig API, rather than
deprecated global configuration variables.
@encukou
Copy link
Copy Markdown
Member

encukou commented Feb 26, 2024

In ctypes docs, a paragraph that discusses the removed example was left in. See #115091

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup