tjcsl / tin

Turn-In: A code autograder for CS classes
https://tin.tjhsst.edu
GNU General Public License v3.0
2 stars 6 forks source link

Replace `os.path` with `pathlib.Path` #46

Closed JasonGrace2282 closed 3 weeks ago

JasonGrace2282 commented 5 months ago

See https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/

Progress

JasonGrace2282 commented 3 weeks ago

I think the approach taken here (replace os.path everywhere at once with pathlib.Path) is a little bit too drastic. I'll close this PR, and we can tackle each change in a separate PR, so that it's easier to test and review.