commit | 42831fefa7fb1eab72d90975464099faa5b38998 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sun Aug 25 14:57:00 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Sun Aug 25 14:57:00 2013 +0200 |
tree | e5f3c3b76591a252978a984e14fd264e4bfd97d6 | |
parent | a0c8373e32f5d0512f81dc5ff2d55c51321932eb [diff] [blame] |
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned.
diff --git a/Misc/NEWS b/Misc/NEWS index 3e1a486..c295fc3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ 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