mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
809eed4805
Raise `ValueError` if `with_suffix('.ext')` is called on a path without a
stem. Paths may only have a non-empty suffix if they also have a non-empty
stem.
ABC-only bugfix; no effect on public classes.