summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-14 21:07:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-14 21:07:12 (GMT)
commit79629ab907960e721043eefd0d6506869024e92d (patch)
treef621f92fcb5594ea00623e0a34fbff93fce93f69 /Misc
parentcac53d0dfac93e284335c4a83b81f4710e9f2d75 (diff)
downloadcpython-79629ab907960e721043eefd0d6506869024e92d.zip
cpython-79629ab907960e721043eefd0d6506869024e92d.tar.gz
cpython-79629ab907960e721043eefd0d6506869024e92d.tar.bz2
add a NEWS note for 63205
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f0b4a9..80f31ef 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
-----------------