tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
592 stars 92 forks source link

refactor: use pathlib instead of os.path #224

Closed vitorhcl closed 6 months ago

vitorhcl commented 7 months ago

pathlib provides a much cleaner spearation between strings and paths, leaves "/" operator for joining paths and also provides some builtin methods, improving the code readabilty and mantainability.

kbdharun commented 7 months ago

Interestingly, this is failing CI for older versions of Python.