Commits
Click on a commit to change the comparison rangeDon't suggest replacing `builtin.open()` with `Path.open()` if the latter doesn't support all options
**Summary** Check that `closefd` and `opener` aren't being used with `builtin.open()` before suggesting `Path.open()` because pathlib doesn't support these arguments.
Closes #7620
**Test Plan** New cases in the fixture