summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-02-15 21:41:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-02-15 21:41:12 (GMT)
commit7875ef67cd036409bff6bf78f5ffacca7adc7188 (patch)
tree149cda89b3fa8821e163894aa170dca10221575f /Misc
parentcef34099b5a9384bab862e45b6438b86315f571c (diff)
downloadcpython-7875ef67cd036409bff6bf78f5ffacca7adc7188.zip
cpython-7875ef67cd036409bff6bf78f5ffacca7adc7188.tar.gz
cpython-7875ef67cd036409bff6bf78f5ffacca7adc7188.tar.bz2
Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 86383e2..4441e92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,7 @@ Tests
Build
-----
-- Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
+- Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9.
What's New in Python 2.7 alpha 3?