diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-14 21:07:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-14 21:07:12 (GMT) |
commit | 79629ab907960e721043eefd0d6506869024e92d (patch) | |
tree | f621f92fcb5594ea00623e0a34fbff93fce93f69 /Misc | |
parent | cac53d0dfac93e284335c4a83b81f4710e9f2d75 (diff) | |
download | cpython-79629ab907960e721043eefd0d6506869024e92d.zip cpython-79629ab907960e721043eefd0d6506869024e92d.tar.gz cpython-79629ab907960e721043eefd0d6506869024e92d.tar.bz2 |
add a NEWS note for 63205
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------- |