diff options
author | Matt Fleming <mattjfleming@googlemail.com> | 2006-07-28 11:27:27 (GMT) |
---|---|---|
committer | Matt Fleming <mattjfleming@googlemail.com> | 2006-07-28 11:27:27 (GMT) |
commit | ec9265094ad17bc8eddb49158c8a3f4bbf7fb7ee (patch) | |
tree | 4d11050a55c5cb6e9cd1e62fb8eec8b5cc1ddfd8 /Misc | |
parent | 9315251fb620ca01d41db37e23d73bb6ccfab173 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -203,6 +203,7 @@ Vincent Fiack Russell Finn Nils Fischbeck Frederik Fix +Matt Fleming Hernán Martínez Foffani Doug Fort John Fouhy @@ -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 ----- |