summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2019-01-06 20:31:29 (GMT)
committerBrett Cannon <brettcannon@users.noreply.github.com>2019-01-06 20:31:29 (GMT)
commit83da926b89daf80013ea966037c2c0e1e9d25c6b (patch)
tree16e7add45ddd1ec0546861b497afb157035359e0 /Misc
parenta5b76167dedf4d15211a216c3ca7b98e3cec33b8 (diff)
downloadcpython-83da926b89daf80013ea966037c2c0e1e9d25c6b.zip
cpython-83da926b89daf80013ea966037c2c0e1e9d25c6b.tar.gz
cpython-83da926b89daf80013ea966037c2c0e1e9d25c6b.tar.bz2
bpo-35488: Add tests for ** glob matching in pathlib (GH-11171)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst b/Misc/NEWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst
new file mode 100644
index 0000000..815754e
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst
@@ -0,0 +1 @@
+Add a test to pathlib's Path.match() to verify it does not support glob-style ** recursive pattern matching. \ No newline at end of file