[Python-checkins] python/dist/src/Misc NEWS,1.1009,1.1010

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jun 26 00:03:09 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31708/Misc

Modified Files:
	NEWS 
Log Message:
Modules/getpath.c now compiles properly under OS X when using the
--disable-framework build; header file was protected in an #if using the wrong
macro to check.

Closes bug #978645.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1009
retrieving revision 1.1010
diff -C2 -d -r1.1009 -r1.1010
*** NEWS	25 Jun 2004 23:02:39 -0000	1.1009
--- NEWS	26 Jun 2004 04:03:06 -0000	1.1010
***************
*** 532,535 ****
--- 532,538 ----
  -----
  
+ - Bug #978645: Modules/getpath.c now builds properly in --disable-framework
+   build under OS X.
+ 
  - Profiling using gprof is now available if Python is configured with
    --enable-profiling.




More information about the Python-checkins mailing list