From: Benjamin Peterson Date: Wed, 14 May 2008 21:07:12 +0000 (+0000) Subject: add a NEWS note for 63205 X-Git-Tag: v3.0b1~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79629ab907960e721043eefd0d6506869024e92d;p=thirdparty%2FPython%2Fcpython.git add a NEWS note for 63205 --- diff --git a/Misc/NEWS b/Misc/NEWS index 3f0b4a935a61..80f31ef9e633 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,6 +19,9 @@ Core and Builtins - Issue 2801: fix bug in the float.is_integer method where a ValueError was sometimes incorrectly raised. +- The --with-toolbox-glue option (and the associated pymactoolbox.h) have been + removed. + Extension Modules -----------------