cpython/Doc/whatsnew
Barney Gale fda7445ca5
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#114684)
Return files and directories from `pathlib.Path.glob()` if the pattern ends
with `**`. This is more compatible with `PurePath.full_match()` and with
other glob implementations such as bash and `glob.glob()`. Users can add a
trailing slash to match only directories.

In my previous patch I added a `FutureWarning` with the intention of fixing
this in Python 3.15. Upon further reflection I think this was an
unnecessarily cautious remedy to a clear bug.
2024-01-30 19:52:53 +00:00
..
2.0.rst gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752) 2024-01-09 10:18:15 +02:00
2.1.rst gh-101100: Improve documentation on function attributes (#112933) 2023-12-11 12:00:42 +02:00
2.2.rst gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366) 2024-01-29 13:12:19 +00:00
2.3.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
2.4.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
2.5.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
2.6.rst gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752) 2024-01-09 10:18:15 +02:00
2.7.rst gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531) 2024-01-27 06:06:59 -07:00
3.0.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
3.1.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.2.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.3.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
3.4.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.5.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.6.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.7.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.8.rst Fix more references to datetime and time classes (GH-114717) 2024-01-29 18:20:13 +02:00
3.9.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.10.rst gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739) 2024-01-05 19:15:07 +00:00
3.11.rst gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657) 2024-01-28 20:28:25 +00:00
3.12.rst gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-113738) 2024-01-30 14:21:12 +02:00
3.13.rst GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#114684) 2024-01-30 19:52:53 +00:00
changelog.rst
index.rst Fix whatsnew for 3.13. (GH-104756) 2023-05-22 16:05:27 -04:00