From: Georg Brandl Date: Sun, 9 Feb 2014 07:57:59 +0000 (+0100) Subject: news entry X-Git-Tag: v3.3.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7bf78d3eb3523572f7f306f0108e2c1b81e6a93;p=thirdparty%2FPython%2Fcpython.git news entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 3ac3edbc5518..3e0d0407b596 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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?