summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorjosh <josh@jrl.ninja>2019-04-17 22:43:30 (GMT)
committerBrett Cannon <brettcannon@users.noreply.github.com>2019-04-17 22:43:30 (GMT)
commita6de52c74d831e45ee0ff105196da8a58b9e43cd (patch)
treec34c1cf231f146fa446b1b3e1ac7623e665f1aeb /Misc/NEWS.d
parent4c3efd9cd07194b5db2a60ae5951134cda8b69db (diff)
downloadcpython-a6de52c74d831e45ee0ff105196da8a58b9e43cd.zip
cpython-a6de52c74d831e45ee0ff105196da8a58b9e43cd.tar.gz
cpython-a6de52c74d831e45ee0ff105196da8a58b9e43cd.tar.bz2
bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-02-22-15-48-16.bpo-32913.f3utho.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-02-22-15-48-16.bpo-32913.f3utho.rst b/Misc/NEWS.d/next/Documentation/2018-02-22-15-48-16.bpo-32913.f3utho.rst
new file mode 100644
index 0000000..caa9590
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-02-22-15-48-16.bpo-32913.f3utho.rst
@@ -0,0 +1 @@
+Added re.Match.groupdict example to regex HOWTO.