regebro / tzlocal

A Python module that tries to figure out what your local timezone is
MIT License
184 stars 58 forks source link

replace os.path with pathlib #104

Closed eumiro closed 2 years ago

regebro commented 3 years ago

Well... thanks for this, but I don't know if this is much of an improvement? There's no real path handling done here, and opening and reading files with pathlib feels backwards to me.

Can you argue for this change?