commit | 5e2dd866a8acc2e359c007e752cb0d06d3cac664 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Feb 15 08:32:00 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Feb 15 08:32:00 2010 +0000 |
tree | 707fed98cbd6340edfca9a166e8a5148a3b62384 | |
parent | d5fdc069faeb7efc57584abe96010aba82cc83c8 [diff] [blame] |
Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 0d86fe7..86383e2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,11 @@ The original CWD is saved in `test_support.SAVEDCWD`. Thanks to Florent Xicluna who helped with the patch. +Build +----- + +- Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. + What's New in Python 2.7 alpha 3? =================================