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 5a62c25 commit a8a02f6Copy full SHA for a8a02f6
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.1](https://pypi.python.org/pypi/pyfakefs/5.10.1) (2025-10-27)
21
+Fixes a regression introduced in version 5.9.0.
22
+
23
### Fixes
24
* fixed a deadlock in `shutil.copytree` if copying using an `shutil` function as
25
`copy_function` argument (see [#1235](../../issues/1235))
0 commit comments