diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2019-01-06 20:31:29 (GMT) |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2019-01-06 20:31:29 (GMT) |
commit | 83da926b89daf80013ea966037c2c0e1e9d25c6b (patch) | |
tree | 16e7add45ddd1ec0546861b497afb157035359e0 /Misc | |
parent | a5b76167dedf4d15211a216c3ca7b98e3cec33b8 (diff) | |
download | cpython-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.rst | 1 |
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 |