From: Ned Deily Date: Sun, 18 Sep 2016 19:24:23 +0000 (-0400) Subject: Issue #27806: add Aleks to Misc/ACKS. X-Git-Tag: v2.7.13rc1~116^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b00cc8392a10f9ae457f9de4625aa8842c9b6a18;p=python Issue #27806: add Aleks to Misc/ACKS. --- diff --git a/Misc/ACKS b/Misc/ACKS index 7963a12a75..6a1fd9f526 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -192,6 +192,7 @@ Jan-Hein Bührman Lars Buitinck Dick Bulterman Bill Bumgarner +Aleks Bunin Jimmy Burgett Edmond Burnett Tommy Burnette diff --git a/Misc/NEWS b/Misc/NEWS index 49cafbb2b4..4fa9f7cf66 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -204,7 +204,7 @@ Build Also update FreedBSD version checks for the original ctype UTF-8 workaround. - Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of - deprecated QuickTime/QuickTime.h header file. Patch by sashk. + deprecated QuickTime/QuickTime.h header file. Patch by Aleks Bunin. Tools/Demos -----------