diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-02-15 08:32:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-02-15 08:32:00 (GMT) |
commit | 5e2dd866a8acc2e359c007e752cb0d06d3cac664 (patch) | |
tree | 707fed98cbd6340edfca9a166e8a5148a3b62384 /Misc | |
parent | d5fdc069faeb7efc57584abe96010aba82cc83c8 (diff) | |
download | cpython-5e2dd866a8acc2e359c007e752cb0d06d3cac664.zip cpython-5e2dd866a8acc2e359c007e752cb0d06d3cac664.tar.gz cpython-5e2dd866a8acc2e359c007e752cb0d06d3cac664.tar.bz2 |
Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ Tests 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? ================================= |