File tree 1 file changed +11
-3
lines changed 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,21 @@ The release versions are PyPi releases.
3
3
4
4
## Version 3.6 (as yet unreleased)
5
5
6
- #### New Features
6
+ ## [Version 3.5.8](https://pypi.python.org/pypi/pyfakefs/3.5.8)
7
+
8
+ Another bug-fix release that mainly fixes a regression wih Python 2 that has
9
+ been introduced in version 3.5.3.
7
10
8
11
#### Fixes
9
- * fixed writing to file added with `add_real_file`
10
- (see [#470](../../issues/470))
11
12
* regression: patching build-in `open` under Python 2 broke unit tests
12
13
(see [#469](../../issues/469))
14
+ * fixed writing to file added with `add_real_file`
15
+ (see [#470](../../issues/470))
16
+ * fixed argument name of `FakeIOModule.open` (see [#471](../../pull/471))
17
+
18
+ #### Infrastructure
19
+ * more changes to run tests using `python setup.py test` under Python 2
20
+ regardless of `pathlib2` presence
13
21
14
22
## [Version 3.5.7](https://pypi.python.org/pypi/pyfakefs/3.5.7)
15
23
You can’t perform that action at this time.
0 commit comments