summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-11 08:30:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-11 08:30:06 (GMT)
commita4b9c878e41adcd057e8610c5847c7db0a614a6a (patch)
tree3792c15b9357d57ad9d2304088eb76b4957132ca /Misc
parentd0b7ac55560b80eecc8b55706cb4cfe201763fdb (diff)
downloadcpython-a4b9c878e41adcd057e8610c5847c7db0a614a6a.zip
cpython-a4b9c878e41adcd057e8610c5847c7db0a614a6a.tar.gz
cpython-a4b9c878e41adcd057e8610c5847c7db0a614a6a.tar.bz2
Issue #19856: shutil.move() failed to move a directory to other directory
on Windows if source name ends with os.altsep.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f63d2a6..38d8630 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Core and Builtins
Library
-------
+- Issue #19856: shutil.move() failed to move a directory to other directory
+ on Windows if source name ends with os.altsep.
+
- Issue #14983: email.generator now always adds a line end after each MIME
boundary marker, instead of doing so only when there is an epilogue. This
fixes an RFC compliance bug and solves an issue with signed MIME parts.