File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ built on debug mode <debug-build>`.
106106pathlib
107107-------
108108
109+ * :meth: `pathlib.Path.glob ` and :meth: `~pathlib.Path.rglob ` now match files
110+ and directories when expanding a pattern that ends with "``** ``". In
111+ earlier Python releases, patterns with this ending match only directories.
112+ (Contributed by Barney Gale in :gh: `70303 `.)
113+
109114* Add support for recursive wildcards in :meth: `pathlib.PurePath.match `.
110115 (Contributed by Barney Gale in :gh: `73435 `.)
111116
Original file line number Diff line number Diff line change 11:meth: `pathlib.Path.glob ` and :meth: `~pathlib.Path.rglob ` now yield files and
2- directories when expanding a pattern that ends with "``** ``". In a earlier
2+ directories when expanding a pattern that ends with "``** ``". In earlier
33Python releases, patterns with this ending match only directories.
You can’t perform that action at this time.
0 commit comments