commit | f6af76da61fcbd9e6f0d43dcbd236864e12ec334 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jun 26 04:03:06 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jun 26 04:03:06 2004 +0000 |
tree | 194bcead3f900ca946611dee2667cc965e8f1ea7 | |
parent | d858a7763ae31148451b79b7f258f34ddc5a11b0 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index caaed29..f24adc5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -531,6 +531,9 @@ Build ----- +- 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.