summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-25 12:57:00 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-25 12:57:00 (GMT)
commit42831fefa7fb1eab72d90975464099faa5b38998 (patch)
treee5f3c3b76591a252978a984e14fd264e4bfd97d6 /Misc
parenta0c8373e32f5d0512f81dc5ff2d55c51321932eb (diff)
downloadcpython-42831fefa7fb1eab72d90975464099faa5b38998.zip
cpython-42831fefa7fb1eab72d90975464099faa5b38998.tar.gz
cpython-42831fefa7fb1eab72d90975464099faa5b38998.tar.bz2
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
properly handled as unsigned.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e1a486..c295fc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
+ properly handled as unsigned.
+
- Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj