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
[doc] Py_UTF8Mode is not documented #77782
Comments
Py_UTF8Mode was added to the limited API in 3.7, but it is not documented anywhere. |
I wasn't sure if I should document it, but after talking with Serhiy on IRC, I now agree that the new variable should be documented. It should be documented at: |
If there are reasons of including it in the limited API, it should be documented. |
PR 7143 has been closed. So is there another candidate to write the doc? |
[Entry level contributor seeking guidance]The PR on this issue looks closed. I worked on this and attaching the updated html file. I will open a pull request if this is not yet resolved. |
Hi. You should update Doc/c-api/init.rst. Not the generated HTML page. |
[Entry level contributor seeking guidance]The rst file is updated in this pull request: Unable to update GitHub PR in the issue. Getting the following error "Edit Error: GitHub PR already added to issue" |
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead.
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead.
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag in the documentation: the Py_InitializeFromConfig() API should be instead.
Deprecate global configuration variables, like Py_IgnoreEnvironmentFlag, in the documentation: the Py_InitializeFromConfig() API should be instead.
I created #93103 to deprecate Global Configuration Variables like |
Update documentation of PyUnicode_DecodeFSDefault(), PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_EncodeFSDefault(): they now use the filesystem encoding and error handler of PyConfig, Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors variables are no longer used.
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead.
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead. Fix declaration of Py_GETENV(): use PyAPI_FUNC(), not PyAPI_DATA().
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead. Fix declaration of Py_GETENV(): use PyAPI_FUNC(), not PyAPI_DATA().
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: