From: Larry Hastings Date: Wed, 11 Jun 2014 11:36:09 +0000 (-0700) Subject: Issue #21629: Merge from 3.4. X-Git-Tag: v3.5.0a1~1472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9d7567eacd2e8340da0470fe74ce8dae2e00f9b;p=python Issue #21629: Merge from 3.4. --- d9d7567eacd2e8340da0470fe74ce8dae2e00f9b diff --cc Misc/NEWS index 59a07f3bb0,4dbcc8c5ae..ad2106a24a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -623,6 -476,6 +623,8 @@@ Test Tools/Demos ----------- ++- Issue #21629: Fix Argument Clinic's "--converters" feature. ++ - Add support for ``yield from`` to 2to3. - Add support for the PEP 465 matrix multiplication operator to 2to3.