summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-11 08:30:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-11 08:30:59 (GMT)
commit3a308b9f374da7f11df888f104dae6464e81d73d (patch)
tree2c2c4c76ca9945fd642051dacb2d2dc235a11b76 /Misc
parentc2f665e721e4e4629cc4a2c5eb6464c3dc7325e3 (diff)
downloadcpython-3a308b9f374da7f11df888f104dae6464e81d73d.zip
cpython-3a308b9f374da7f11df888f104dae6464e81d73d.tar.gz
cpython-3a308b9f374da7f11df888f104dae6464e81d73d.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 ac1ba0d..647cedf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,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.