commit | 7f08c1f1091372d6a543c57279bdee907257a864 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Nov 04 20:43:31 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Nov 04 20:43:31 2008 +0000 |
tree | 8ba2538acfb5fc7e3d338d6dce759edc16a1a8a0 | |
parent | b2d8142ed1d0748ebbe44f1090ddaf2b6592facc [diff] [blame] |
Merged revisions 67098 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67098 | martin.v.loewis | 2008-11-04 21:40:09 +0100 (Di, 04 Nov 2008) | 2 lines Issue #4204: Fixed module build errors on FreeBSD 4. ........
diff --git a/Misc/NEWS b/Misc/NEWS index 9030c73..e4a898f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -61,6 +61,8 @@ - Issue #3758: Add ``patchcheck`` build target to .PHONY. +- Issue #4204: Fixed module build errors on FreeBSD 4. + C-API -----