We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f99cb commit 5804aa0Copy full SHA for 5804aa0
1 file changed
docs/reference/micropython2_migration.rst
@@ -71,4 +71,11 @@ which is useful for development and testing.
71
Changes
72
~~~~~~~
73
74
-*None yet*
+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