cpython/Lib/pathlib
Barney Gale ba64cc5db4
GH-130614: pathlib ABCs: retain original separator in with_name() (#130990)
In `pathlib.types._JoinablePath.with_name()`, retain any alternative path
separator preceding the old name, rather stripping and replacing it with a
primary separator. As a result, this method changes _only_ the name.
2025-03-09 16:36:20 +00:00
..
__init__.py GH-128520: Merge pathlib._local into pathlib (#130748) 2025-03-07 19:24:57 +00:00
_os.py GH-130608: Remove dirs_exist_ok argument from pathlib.Path.copy() (#130610) 2025-02-28 19:29:20 +00:00
types.py GH-130614: pathlib ABCs: retain original separator in with_name() (#130990) 2025-03-09 16:36:20 +00:00