diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-25 12:57:00 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-25 12:57:00 (GMT) |
commit | 42831fefa7fb1eab72d90975464099faa5b38998 (patch) | |
tree | e5f3c3b76591a252978a984e14fd264e4bfd97d6 /Misc | |
parent | a0c8373e32f5d0512f81dc5ff2d55c51321932eb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |