Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
83da926b
Commit
83da926b
authored
Jan 07, 2019
by
Anthony Shaw
Committed by
Brett Cannon
Jan 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-35488: Add tests for ** glob matching in pathlib (GH-11171)
parent
a5b76167
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
118 additions
and
114 deletions
+118
-114
Lib/test/test_pathlib.py
Lib/test/test_pathlib.py
+117
-114
Misc/NEWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst
...EWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst
+1
-0
No files found.
Lib/test/test_pathlib.py
View file @
83da926b
This diff is collapsed.
Click to expand it.
Misc/NEWS.d/next/Tests/2019-01-04-21-34-53.bpo-35488.U7JJzP.rst
0 → 100644
View file @
83da926b
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment