[Python-checkins] python/dist/src/Misc NEWS,1.824,1.825

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 23 Jul 2003 15:17:30 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv10386/Misc

Modified Files:
	NEWS 
Log Message:
Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.
This makes test_coercion pass on Panther.

Also added a note to NEWS that pythonw works again (it was broken in rc1).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.824
retrieving revision 1.825
diff -C2 -d -r1.824 -r1.825
*** NEWS	22 Jul 2003 18:10:09 -0000	1.824
--- NEWS	23 Jul 2003 22:17:28 -0000	1.825
***************
*** 244,247 ****
--- 244,252 ----
  - 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?
  ================================