File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ The released versions correspond to PyPi releases.
3
3
4
4
## Version 4.4.0 (as yet unreleased)
5
5
6
+ ## [Version 4.3.1](https://pypi.python.org/pypi/pyfakefs/4.3.1) (2020-11-23)
7
+
8
+ This is an update to the performance release, with more setup caching and the
9
+ possibility to disable it.
10
+
6
11
### Changes
7
12
* Added caching of patched modules to avoid lookup overhead
8
13
* Added `use_cache` option and `clear_cache` method to be able
Original file line number Diff line number Diff line change 41
41
'Programming Language :: Python :: 3.6' ,
42
42
'Programming Language :: Python :: 3.7' ,
43
43
'Programming Language :: Python :: 3.8' ,
44
+ 'Programming Language :: Python :: 3.9' ,
44
45
'Programming Language :: Python :: Implementation :: CPython' ,
45
46
'Programming Language :: Python :: Implementation :: PyPy' ,
46
47
'Operating System :: POSIX' ,
You can’t perform that action at this time.
0 commit comments