We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c604b5 commit fc07d66Copy full SHA for fc07d66
CHANGES.md
@@ -17,6 +17,9 @@ The released versions correspond to PyPI releases.
17
* changed the default for `FakeFilesystem.shuffle_listdir_results` to `True` to reflect
18
the real filesystem behavior
19
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
+
23
### Fixes
24
* fixed `pathlib.glob()` for Python 3.14 (see [#1239](../../issues/1239))
25
0 commit comments