diff options
author | Larry Hastings <larry@hastings.org> | 2015-12-20 03:31:10 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-12-20 03:31:10 (GMT) |
commit | fa7193286099f8e4164f4a795afd5ad4a8e229df (patch) | |
tree | 46bfb40d4c7364def25461547d8d0657ee560196 /Misc | |
parent | 5caf39d82745b4fdd3158a938497579e3c45f9c2 (diff) | |
download | cpython-fa7193286099f8e4164f4a795afd5ad4a8e229df.zip cpython-fa7193286099f8e4164f4a795afd5ad4a8e229df.tar.gz cpython-fa7193286099f8e4164f4a795afd5ad4a8e229df.tar.bz2 |
Release bump for Python 3.4.4 final.v3.4.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -7,12 +7,11 @@ What's New in Python 3.4.4? Release date: 2015/12/20 -Core and Builtins ------------------ - -Library +Windows ------- +- Issue #25844: Corrected =/== typo potentially leading to crash in launcher. + What's New in Python 3.4.4rc1? ============================== |