diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-06-22 20:28:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-06-22 20:28:04 (GMT) |
commit | 77143dbaee8aa15c2f3556438babd0adfbe0dc0f (patch) | |
tree | 1d7ede67813b7fb5974c7a126fe2a5e82ca31308 /Misc/NEWS | |
parent | bc8197a287b151ac1f3b94a4308f34ba9a1633df (diff) | |
parent | cd95e18bf7db348060ab9680729927b5ccb11bb1 (diff) | |
download | cpython-77143dbaee8aa15c2f3556438babd0adfbe0dc0f.zip cpython-77143dbaee8aa15c2f3556438babd0adfbe0dc0f.tar.gz cpython-77143dbaee8aa15c2f3556438babd0adfbe0dc0f.tar.bz2 |
Issue #10747: Merge with 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -+++++++++++ ++++++++++++ Python News +++++++++++ @@ -685,6 +685,8 @@ Windows - Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been updated to 1.0.1h. +- Issue #10747: Use versioned labels in the Windows start menu. + Patch by Olive Kilburn. What's New in Python 3.4.0? =========================== |