summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-11-04 22:24:41 (GMT)
committerJulien Palard <julien@palard.fr>2018-11-04 22:24:41 (GMT)
commit55f3317e984cc35bd18ba0326ed98766a2750ffd (patch)
treee891a06bf728aa54f13c312c63b3d3cfcfcdc744 /Misc
parent622935d9a69d12e125e470ce9a9ff3cad9e8e296 (diff)
downloadcpython-55f3317e984cc35bd18ba0326ed98766a2750ffd.zip
cpython-55f3317e984cc35bd18ba0326ed98766a2750ffd.tar.gz
cpython-55f3317e984cc35bd18ba0326ed98766a2750ffd.tar.bz2
bpo-10536: Enhancements to gettext docs (GH-10324)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-11-04-22-03-56.bpo-10536.a0IsfE.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-11-04-22-03-56.bpo-10536.a0IsfE.rst b/Misc/NEWS.d/next/Documentation/2018-11-04-22-03-56.bpo-10536.a0IsfE.rst
new file mode 100644
index 0000000..b503648
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-11-04-22-03-56.bpo-10536.a0IsfE.rst
@@ -0,0 +1 @@
+Enhance the gettext docs. Patch by Éric Araujo