On 2018-05-06 19:13, Nick Coghlan wrote:
Specifically, the ones I'd have in mind would be:Yes, I end up importing those in most scripts currently. Just "join" has worked fine, although I could imagine someone getting confused about it.
- dirname (aka os.path.dirname)
- joinpath (aka os.path.join)
- abspath (aka os.path.abspath)