diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-02-14 10:07:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-02-14 10:07:37 (GMT) |
commit | 45423a7571e7041bf4b6ee6238c4719139ebe1cb (patch) | |
tree | e3d7748a2bd50adea3941e882782cdedff12446f /Misc | |
parent | f19c1b5e0e753c85f6df8a2dec5f4bb75743fc10 (diff) | |
download | cpython-45423a7571e7041bf4b6ee6238c4719139ebe1cb.zip cpython-45423a7571e7041bf4b6ee6238c4719139ebe1cb.tar.gz cpython-45423a7571e7041bf4b6ee6238c4719139ebe1cb.tar.bz2 |
Patch #1432399: Add HCI sockets.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -366,6 +366,8 @@ Library Extension Modules ----------------- +- Patch #1432399: Support the HCI protocol for bluetooth sockets + - Patch #1657276: Make NETLINK_DNRTMSG conditional. - Bug #1653736: Complain about keyword arguments to time.isoformat. |