From: doko@ubuntu.com Date: Thu, 17 Apr 2014 17:49:00 +0000 (+0200) Subject: - Merge 3.4 X-Git-Tag: v3.5.0a1~1833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc282134eed4b62322b7fac77c6c38f9b494e9ed;p=thirdparty%2FPython%2Fcpython.git - Merge 3.4 --- dc282134eed4b62322b7fac77c6c38f9b494e9ed diff --cc Misc/NEWS index ab5c2b78c3ba,257373242b07..c8f46ab3f328 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,8 -10,8 +10,10 @@@ Release date: TB Core and Builtins ----------------- + - Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. + +- Issue #20904: Support setting FPU precision on m68k. + - Issue #21209: Fix sending tuples to custom generator objects with the yield from syntax.