diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-11-04 22:24:41 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-11-04 22:24:41 (GMT) |
commit | 55f3317e984cc35bd18ba0326ed98766a2750ffd (patch) | |
tree | e891a06bf728aa54f13c312c63b3d3cfcfcdc744 /Misc | |
parent | 622935d9a69d12e125e470ce9a9ff3cad9e8e296 (diff) | |
download | cpython-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.rst | 1 |
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 |