summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAN Long <aisk@users.noreply.github.com>2023-09-21 15:44:24 (GMT)
committerGitHub <noreply@github.com>2023-09-21 15:44:24 (GMT)
commit869f177b5cd5c2a2a015e4658cbbb0e9566210f7 (patch)
tree4b2342e696063a9866ece932fcdddd52637d7cfb /Misc
parentd4cea794a7b9b745817d2bd982d35412aef04710 (diff)
downloadcpython-869f177b5cd5c2a2a015e4658cbbb0e9566210f7.zip
cpython-869f177b5cd5c2a2a015e4658cbbb0e9566210f7.tar.gz
cpython-869f177b5cd5c2a2a015e4658cbbb0e9566210f7.tar.bz2
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-09-21-14-26-44.gh-issue-74481.KAUDcD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-21-14-26-44.gh-issue-74481.KAUDcD.rst b/Misc/NEWS.d/next/Library/2023-09-21-14-26-44.gh-issue-74481.KAUDcD.rst
new file mode 100644
index 0000000..c2aca4e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-09-21-14-26-44.gh-issue-74481.KAUDcD.rst
@@ -0,0 +1 @@
+Add ``set_error_mode`` related constants in ``msvcrt`` module in Python debug build.