]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Feb 2025 16:10:17 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 16:10:17 +0000 (17:10 +0100)
commit3161f01760a85bf093a7d5c154a765dd556b036c
treef3ecaf03e46a5993ad5127d3da83399588f30026
parentd71b167c5c7e7710f4e23589bebc952357a82596
[3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130511)

* Clarify sys.getdefaultencoding() documentation

* Add missing documentation for PyUnicode_GetDefaultEncoding,
  the C equivalent of sys.getdefaultencoding
(cherry picked from commit 9f25c1f012c8d432a93bf2dcad5f19a64dc00d3c)

Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
Doc/c-api/unicode.rst
Doc/data/refcounts.dat
Doc/library/sys.rst