diff options
author | Georg Brandl <georg@python.org> | 2014-02-09 07:57:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-02-09 07:57:59 (GMT) |
commit | a7bf78d3eb3523572f7f306f0108e2c1b81e6a93 (patch) | |
tree | b5ad28ca0656ae336aa3abc7df71ead6e49d738f /Misc | |
parent | cb63140911fdee2e32e097436996f88c4fdfc33c (diff) | |
download | cpython-a7bf78d3eb3523572f7f306f0108e2c1b81e6a93.zip cpython-a7bf78d3eb3523572f7f306f0108e2c1b81e6a93.tar.gz cpython-a7bf78d3eb3523572f7f306f0108e2c1b81e6a93.tar.bz2 |
news entryv3.3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ What's New in Python 3.3.4? *Release date: 09-Feb-2014* -No changes relative to rc1. +Library +------- + +- Issue #20374: Fix build warnings of the readline module with libedit on Mac. What's New in Python 3.3.4 release candidate 1? |