Skip to content

Commit fc07d66

Browse files
committed
Release 5.10.2
- fixes a problem with pathlib.glob in Python 3.14
1 parent 3c604b5 commit fc07d66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The released versions correspond to PyPI releases.
1717
* changed the default for `FakeFilesystem.shuffle_listdir_results` to `True` to reflect
1818
the real filesystem behavior
1919

20+
## [Version 5.10.2](https://pypi.python.org/pypi/pyfakefs/5.10.2) (2025-11-04)
21+
Fixes a problem with `pathlib.glob` in Python 3.14.
22+
2023
### Fixes
2124
* fixed `pathlib.glob()` for Python 3.14 (see [#1239](../../issues/1239))
2225

0 commit comments

Comments
 (0)