diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-11 08:15:46 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-11 08:15:46 (GMT) |
commit | 3f99504c08ebca685271c32289f8907bc456e1fc (patch) | |
tree | deb0b2d3284cec1323ad0da34f96107ea3f64576 /Misc | |
parent | 4cce8f2f40cc15235f44b3a47fec0444ed75e9fe (diff) | |
parent | 06847d9c8c30715c077e083de1c511e399af75f1 (diff) | |
download | cpython-3f99504c08ebca685271c32289f8907bc456e1fc.zip cpython-3f99504c08ebca685271c32289f8907bc456e1fc.tar.gz cpython-3f99504c08ebca685271c32289f8907bc456e1fc.tar.bz2 |
Merge Python 3.4.0rc1 release branch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ Release date: 2014-02-10 Core and Builtins ----------------- +- Issue #19255: The builtins module is restored to initial value before + cleaning other modules. The sys and builtins modules are cleaned last. + +- Issue #20588: Make Python-ast.c C89 compliant. + - Issue #20437: Fixed 22 potential bugs when deleting objects references. - Issue #20500: Displaying an exception at interpreter shutdown no longer |