diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-11 08:38:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-11 08:38:44 (GMT) |
commit | fea7e7336f1d73f471cc590ed839ae2b7d226f6c (patch) | |
tree | 397b5ba6462bf26c7193a2aaddd2b5667e0f3085 /Misc/NEWS | |
parent | 6a45021084f287cf389205939784d32f29efb20c (diff) | |
parent | 3f99504c08ebca685271c32289f8907bc456e1fc (diff) | |
download | cpython-fea7e7336f1d73f471cc590ed839ae2b7d226f6c.zip cpython-fea7e7336f1d73f471cc590ed839ae2b7d226f6c.tar.gz cpython-fea7e7336f1d73f471cc590ed839ae2b7d226f6c.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -2,10 +2,25 @@ 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? =============================================== -Release date: 2014-02-09 +Release date: 2014-02-10 Core and Builtins ----------------- @@ -37,9 +52,6 @@ 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 #20530: The signatures for slot builtins have been updated to reflect the fact that they only accept positional-only arguments. |