summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-06 15:14:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-06 15:14:12 (GMT)
commita993902a287a0d8ff02e2fa6e451b5277c4b4af9 (patch)
tree39af086c546f70364c2f434eecadd8c0b7df71dd /Misc
parent1b8b868b84112ce6aed7e07f664b5f54a0c8f9a9 (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d7acdd..58c4eec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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