Closed kevinburke closed 5 years ago
This is the mode that makes more sense for reading so let's use it. In the newly released v3.13.0 release.
Previously:
os.FileMode(420)
is now:
os.FileMode(0644)
The functionality is exactly the same.
This is the mode that makes more sense for reading so let's use it. In the newly released v3.13.0 release.
Previously:
is now:
The functionality is exactly the same.