8000 docs/reference/micropython2_migration.rst: Add info about os and vfs. · ukicomputers/micropython@5804aa0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5804aa0

Browse files
committed
docs/reference/micropython2_migration.rst: Add info about os and vfs.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 45f99cb commit 5804aa0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/reference/micropython2_migration.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,11 @@ which is useful for development and testing.
7171
Changes
7272
~~~~~~~
7373

74-
*None yet*
74+
Introduction of a new module :mod:`vfs`. The following functions and
75+
classes have moved out of :mod:`os` to :mod:`vfs`:
76+
- `os.mount`
77+
- `os.umount`
78+
- `os.VfsFat`
79+
- `os.VfsLfs1`
80+
- `os.VfsLfs2`
81+
- `os.VfsPosix`

0 commit comments

Comments
 (0)
0