summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af56c77..034aabc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -243,6 +243,11 @@ Mac
- Fixed two bugs in MacOSX framework handling.
+- pythonw did not allow user interaction in 2.3rc1, this has been fixed.
+
+- Python is now compiled with -mno-fused-madd, making all tests pass
+ on Panther.
+
What's New in Python 2.3 beta 2?
================================