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 93879f5 commit b0d1086Copy full SHA for b0d1086
CHANGES.md
@@ -12,9 +12,10 @@ The released versions correspond to PyPI releases.
12
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
13
the real filesystem behavior
14
15
-## Unreleased
+## [Version 5.7.2](https://pypi.python.org/pypi/pyfakefs/5.7.2) (2024-12-01)
16
+Fixes some problems with patching.
17
-### Enhancements
18
+### Fixes
19
* added some support for loading fake modules in `AUTO` patch mode
20
using `importlib.import_module` (see [#1079](../../issues/1079))
21
* added some support to avoid patching debugger related modules
0 commit comments