[Maintenance] Use pathlib instead of os.path.* #19

Closed
opened 2020-12-15 22:54:03 +01:00 by p.karagiannis · 1 comment
Member

pathlib (builtin) is the modern way of handling files and directories in Python. It should replace the usage of the os.path module

pathlib (builtin) is the modern way of handling files and directories in Python. It should replace the usage of the os.path module
p.karagiannis added the
Backend
label 2020-12-15 22:54:03 +01:00
Owner

Interesting, i did not know that. I'll have a look at it

Interesting, i did not know that. I'll have a look at it
Sign in to join this conversation.
No description provided.