summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatt Fleming <mattjfleming@googlemail.com>2006-07-28 11:27:27 (GMT)
committerMatt Fleming <mattjfleming@googlemail.com>2006-07-28 11:27:27 (GMT)
commitec9265094ad17bc8eddb49158c8a3f4bbf7fb7ee (patch)
tree4d11050a55c5cb6e9cd1e62fb8eec8b5cc1ddfd8 /Misc
parent9315251fb620ca01d41db37e23d73bb6ccfab173 (diff)
downloadcpython-ec9265094ad17bc8eddb49158c8a3f4bbf7fb7ee.zip
cpython-ec9265094ad17bc8eddb49158c8a3f4bbf7fb7ee.tar.gz
cpython-ec9265094ad17bc8eddb49158c8a3f4bbf7fb7ee.tar.bz2
Allow socketmodule to compile on NetBSD -current, whose bluetooth API
differs from both Linux and FreeBSD. Accepted by Neal Norwitz.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index f6803bb..5998bca 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -203,6 +203,7 @@ Vincent Fiack
Russell Finn
Nils Fischbeck
Frederik Fix
+Matt Fleming
Hernán Martínez Foffani
Doug Fort
John Fouhy
diff --git a/Misc/NEWS b/Misc/NEWS
index 663203b..ff46fa4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Extension Modules
methods now allow their database parameter to be None as the
sleepycat API allows.
+- Bug #1526460: Fix socketmodule compile on NetBSD as it has a different
+ bluetooth API compared with Linux and FreeBSD.
+
Tests
-----