From: Serhiy Storchaka Date: Tue, 11 Feb 2014 08:38:44 +0000 (+0200) Subject: Merge heads X-Git-Tag: v3.4.1rc1~233^2~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fea7e7336f1d73f471cc590ed839ae2b7d226f6c;p=python Merge heads --- fea7e7336f1d73f471cc590ed839ae2b7d226f6c diff --cc Misc/NEWS index 5d95b9bf07,e49be6e45a..825a7513f4 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,6 -2,18 +2,21 @@@ Python News +++++++++++ + What's New in Python 3.4.0 release candidate 2? + =============================================== + + Release date: 2014-02-23 + + 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. ++ + What's New in Python 3.4.0 release candidate 1? ===============================================