nathanhi / pyfatfs

Python based FAT12/FAT16/FAT32 implementation with VFAT support
https://pypi.org/project/pyfatfs/
MIT License
29 stars 14 forks source link

Is `PyFatFS.setinfo()` "Not yet properly implemented" docstring outdated? #27

Closed dcoshea closed 2 years ago

dcoshea commented 2 years ago

PyFatFS.setinfo() is documented as "Not yet properly implemented", but at least for setting the modified time, it seems to work apart from issue #26 meaning that the value read back can be wrong if minutes > 31. Is that docstring outdated, or are you able to provide more information about what problems I should expect if I try to use it?

nathanhi commented 2 years ago

Thank you for letting me know. It is feature complete - I updated the docstring in 1.0.4!