diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-11 08:30:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-11 08:30:59 (GMT) |
commit | 3a308b9f374da7f11df888f104dae6464e81d73d (patch) | |
tree | 2c2c4c76ca9945fd642051dacb2d2dc235a11b76 /Misc | |
parent | c2f665e721e4e4629cc4a2c5eb6464c3dc7325e3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |