summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-18 01:16:16 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-18 01:16:16 (GMT)
commit17dd53b4645c4684e8b662e937fe0f7cd3b45088 (patch)
tree313ccf43fed6fc3cbfe3813cd9a4ec65a0033a14 /Misc/NEWS
parent5bb2c8668d7dce169cc0f22ede964cb226bb3d5f (diff)
parent8f0bddad308f8c52bf16e3f90a864b2a168e3291 (diff)
downloadcpython-17dd53b4645c4684e8b662e937fe0f7cd3b45088.zip
cpython-17dd53b4645c4684e8b662e937fe0f7cd3b45088.tar.gz
cpython-17dd53b4645c4684e8b662e937fe0f7cd3b45088.tar.bz2
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 18db2fe..d2f19ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ Projected Release date: 2013-09-08
Core and Builtins
-----------------
+- Issue #16105: When a signal handler fails to write to the file descriptor
+ registered with ``signal.set_wakeup_fd()``, report an exception instead
+ of ignoring the error.
+
- Issue #18722: Remove uses of the "register" keyword in C code.
- Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.