diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-06 15:14:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-06 15:14:12 (GMT) |
commit | a993902a287a0d8ff02e2fa6e451b5277c4b4af9 (patch) | |
tree | 39af086c546f70364c2f434eecadd8c0b7df71dd /Misc/NEWS | |
parent | 1b8b868b84112ce6aed7e07f664b5f54a0c8f9a9 (diff) | |
download | cpython-a993902a287a0d8ff02e2fa6e451b5277c4b4af9.zip cpython-a993902a287a0d8ff02e2fa6e451b5277c4b4af9.tar.gz cpython-a993902a287a0d8ff02e2fa6e451b5277c4b4af9.tar.bz2 |
Issue #19908: pathlib now joins relative Windows paths correctly when a drive
is present. Original patch by Antoine Pitrou.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #19908: pathlib now joins relative Windows paths correctly when a drive + is present. Original patch by Antoine Pitrou. - Issue #19296: Silence compiler warning in dbm_open |