summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-02-04 20:20:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-02-04 20:20:18 (GMT)
commitd840e5174dc8d5407b56e377aa1e608ebe5cf535 (patch)
treee7e0e2bbe746be845867ea2a013544f4f2c75478 /Misc/NEWS
parent98ce620068c7f164f5a1d95749c7a7d359cc5921 (diff)
downloadcpython-d840e5174dc8d5407b56e377aa1e608ebe5cf535.zip
cpython-d840e5174dc8d5407b56e377aa1e608ebe5cf535.tar.gz
cpython-d840e5174dc8d5407b56e377aa1e608ebe5cf535.tar.bz2
Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
specified, rather than fall through to AF_PACKET (in the `socket` module). Also, raise ValueError rather than TypeError when an unknown TIPC address type is specified. Patch by Brian Curtin.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0db1c7..796c3a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,11 @@ Core and Builtins
Library
-------
+- Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
+ specified, rather than fall through to AF_PACKET (in the `socket` module).
+ Also, raise ValueError rather than TypeError when an unknown TIPC address
+ type is specified. Patch by Brian Curtin.
+
- logging: Implemented PEP 391.
- Issue #6939: Fix file I/O objects in the `io` module to keep the original