You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Stop requiring `pytest` to run tests, allowing any test runner supporting `unittest`-style
19
+
test suites.
20
+
-`FSTestCases` now builds the large data required for `upload` and `download` tests only
21
+
once in order to reduce the total testing time.
22
+
23
+
### Fixed
24
+
25
+
- Make `FTPFile`, `MemoryFile` and `RawWrapper` accept [`array.array`](https://docs.python.org/3/library/array.html)
26
+
arguments for the `write` and `writelines` methods, as expected by their base class [`io.RawIOBase`](https://docs.python.org/3/library/io.html#io.RawIOBase).
27
+
- Various documentation issues, including `MemoryFS` docstring not rendering properly.
14
28
15
29
16
30
## [2.4.12] - 2021-01-14
@@ -22,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed error when parsing timestamps from a FTP directory served from a WindowsNT FTP Server, fixes [#395](https://github.com/PyFilesystem/pyfilesystem2/issues/395).
55
+
- Fixed error when parsing timestamps from a FTP directory served from a WindowsNT FTP Server.
0 commit comments