| commit | 12af0485f858c8eca9a8c9ed9894a8a60f975b4c | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Sat Jan 31 12:34:17 2004 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jan 31 12:34:17 2004 +0000 |
| tree | 3126f0ddfe46bfc9d855254230ebaea2723451d2 | |
| parent | 4d205e366cc48535f70c1fe939ce726658e46d98 [diff] [blame] |
Patch #874083: Bluetooth support for socket module.
diff --git a/Misc/NEWS b/Misc/NEWS index 71a549e..e4332d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -121,6 +121,9 @@ Extension modules ----------------- +- The socket module now supports Bluetooth sockets, if the + system has <bluetooth/bluetooth.h> + - Added a collections module containing a new datatype, deque(), offering high-performance, thread-safe, memory friendly appends and pops on either side of the deque.