]> granicus.if.org Git - python/commitdiff
Issue #27294: Numerical state in the repr for Tkinter event objects is now
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 19:09:30 +0000 (22:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 19:09:30 +0000 (22:09 +0300)
represented as a compination of known flags.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 63e87b21d86d7ec4ca98a4f7af18ad00264733c7,49304ba38e3fda8cf1f7c52d73680e61fee86eaa..11b4139994e1cfe2163d2da931b96d433552f8b0
+++ b/Misc/NEWS
@@@ -10,12 -13,8 +10,14 @@@ What's New in Python 3.6.0 alpha 
  Library
  -------
  
+ - Issue #27079: Fixed curses.ascii functions isblank(), iscntrl() and ispunct().
 +- Issue #27294: Numerical state in the repr for Tkinter event objects is now
 +  represented as a compination of known flags.
 +
 +- Issue #27177: Match objects in the re module now support index-like objects
 +  as group indices.  Based on patches by Jeroen Demeyer and Xiang Zhang.
 +
  - Issue #26754: Some functions (compile() etc) accepted a filename argument
    encoded as an iterable of integers. Now only strings and byte-like objects
    are accepted.