I find the following slightly more satisfying than the answers that have already been given:
new_path = path.parent / (path.name + '.suffix')
I find the following slightly more satisfying than the answers that have already been given:
new_path = path.parent / (path.name + '.suffix')