aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2022-09-03 21:58:26 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2022-09-04 09:01:09 +0200
commitfc7f200174fad373bf1a5d283c32056b6c3b109d (patch)
treeedb572418584fb7a2a17ca81d72509ec4ce28c8e /CHANGES.md
parent6872f28b95637aca06de60dcce35aff4d064c83d (diff)
downloadpyfakefs-fc7f200174fad373bf1a5d283c32056b6c3b109d.tar.gz
Do not skip filesystem modules by name
- allows using own modules with the same name - fixes #708
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dffd917..fdba89f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,6 +19,8 @@ The released versions correspond to PyPi releases.
(see [#707](../../issues/707))
* return the expected type from `fcntl.ioctl` and `fcntl.fcntl` calls if `arg`
is of type `byte`; the call itself does nothing as before
+* do not skip filesystem modules by name to allow using own modules with
+ the same name (see [#707](../../issues/707))
## [Version 4.6.3](https://pypi.python.org/pypi/pyfakefs/4.6.3) (2022-07-20)