summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJakub Kuczys <me@jacken.men>2022-10-15 14:57:53 (GMT)
committerGitHub <noreply@github.com>2022-10-15 14:57:53 (GMT)
commit120b4ab2b68aebf96ce0de243eab89a25fc2d282 (patch)
tree1fc1b9e2dabb77c995fddebd19f0b0f2c1beea8e /Misc/NEWS.d
parent07b5c4699e64eb30c3bdcb1275c167e675d37423 (diff)
downloadcpython-120b4ab2b68aebf96ce0de243eab89a25fc2d282.zip
cpython-120b4ab2b68aebf96ce0de243eab89a25fc2d282.tar.gz
cpython-120b4ab2b68aebf96ce0de243eab89a25fc2d282.tar.bz2
gh-95731: Fix module docstring extraction in pygettext (#95732)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2022-08-05-23-25-59.gh-issue-95731.N2KohU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2022-08-05-23-25-59.gh-issue-95731.N2KohU.rst b/Misc/NEWS.d/next/Tools-Demos/2022-08-05-23-25-59.gh-issue-95731.N2KohU.rst
new file mode 100644
index 0000000..6b21461
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2022-08-05-23-25-59.gh-issue-95731.N2KohU.rst
@@ -0,0 +1 @@
+Fix handling of module docstrings in :file:`Tools/i18n/pygettext.py`.