Skip to content

Commit 1029ffb

Browse files
committed
Updated release notes
1 parent 298a692 commit 1029ffb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ The release versions are PyPi releases.
77
* Added helper method `TestCase.copyRealFile()` to copy a file from
88
the real file system to the fake file system. This makes it easy to use
99
files from the real file system in your tests.
10-
* A pytest plugin is now installed with pyfakefs that exports `fs`
11-
as a pytest fixture.
10+
* A pytest plugin is now installed with pyfakefs that exports the
11+
fake filesystem as pytest fixture `fs`.
12+
13+
#### Fixes
14+
* Incorrect disk usage calculation if too large file created (#155)
1215

1316
## Version 3.0
1417

1518
#### New Features
1619
* support for path-like objects as arguments in fake `os`
1720
and `os.path` modules (Python >= 3.6)
21+
* some changes to make pyfakefs work with Python 3.6
1822
* support for `pathlib` module (Python >= 3.4)
1923
* support for `os.replace` (Python >= 3.3)
2024
* `os.access`, `os.chmod`, `os.chown`, `os.stat`, `os.utime`:
@@ -23,12 +27,16 @@ The release versions are PyPi releases.
2327
* option to not fake modules named `path`
2428
* `glob.glob`, `glob.iglob`: support for `recursive` argument (Python >= 3.5)
2529
* support for `glob.iglob`
30+
31+
#### Infrastructure
32+
* added [auto-generated documentation](http://jmcgeheeiv.github.io/pyfakefs/)
2633

2734
#### Fixes
2835
* shutil.move incorrectly moves directories (#145)
2936
* Missing support for 'x' mode in `open` (Python >= 3.3) (#147)
3037
* Incorrect exception type in Posix if path ancestor is a file (#139)
3138
* Exception handling when using `Patcher` with py.test (#135)
39+
* Fake `os.listdir` returned sorted instead of unsorted entries
3240

3341
## Version 2.9
3442

0 commit comments

Comments
 (0)