diff --git a/Misc/NEWS b/Misc/NEWS index 3f0b4a935a6..80f31ef9e63 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 -----------------