bpo-2504: Add pgettext() and variants to gettext. (GH-7253)

diff --git a/Misc/ACKS b/Misc/ACKS
index aba6094..3e5fa0a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -559,6 +559,7 @@
 Yannick Gingras
 Neil Girdhar
 Matt Giuca
+Franz Glasner
 Wim Glenn
 Michael Goderbauer
 Karan Goel
diff --git a/Misc/NEWS.d/next/Library/2018-05-30-16-00-06.bpo-2504.BynUvU.rst b/Misc/NEWS.d/next/Library/2018-05-30-16-00-06.bpo-2504.BynUvU.rst
new file mode 100644
index 0000000..72b0f70
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-30-16-00-06.bpo-2504.BynUvU.rst
@@ -0,0 +1 @@
+Add gettext.pgettext() and variants.