diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-25 15:39:19 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-25 15:39:19 (GMT) |
commit | 4d542ec13cb863de8d02edbd5824892ba538b3d3 (patch) | |
tree | d16bffbd04356626f90662dedeb1fb67a8576478 /Misc | |
parent | 25d208bd464aa6b1bde8a30cc71327133edaeeb3 (diff) | |
download | cpython-4d542ec13cb863de8d02edbd5824892ba538b3d3.zip cpython-4d542ec13cb863de8d02edbd5824892ba538b3d3.tar.gz cpython-4d542ec13cb863de8d02edbd5824892ba538b3d3.tar.bz2 |
Disable _XOPEN_SOURCE on NetBSD 1.x.
Will backport to 2.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -331,6 +331,8 @@ Tools/Demos Build ----- +- Disable _XOPEN_SOURCE on NetBSD 1.x. + - configure now checks whether gcc supports the PyArg_ParseTuple format attribute. |