summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-02-15 21:46:27 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-02-15 21:46:27 (GMT)
commit4d0a20a8934b4593ead77b3d2297add71ebadb38 (patch)
tree1f84e910a84fc871bc3d12c23b6afeea61c44f24 /Misc
parentee137ff1a98db52d9ebc4482c0a7898e5ad70547 (diff)
downloadcpython-4d0a20a8934b4593ead77b3d2297add71ebadb38.zip
cpython-4d0a20a8934b4593ead77b3d2297add71ebadb38.tar.gz
cpython-4d0a20a8934b4593ead77b3d2297add71ebadb38.tar.bz2
Merged revisions 78204 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78204 | martin.v.loewis | 2010-02-15 22:45:06 +0100 (Mo, 15 Feb 2010) | 9 lines Merged revisions 78202 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78202 | martin.v.loewis | 2010-02-15 22:41:12 +0100 (Mo, 15 Feb 2010) | 2 lines 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 c3245b8..1ec726d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,7 +366,7 @@ C-API
Build
-----
-- Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
+- Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9.
- Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
private memory allocation scheme in dtoa.c and use PyMem_Malloc and