diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-18 22:09:30 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-18 22:09:30 +0300 |
commit | f81a266df9cd85396c5745ef0e6157261107381f (patch) | |
tree | 7175cb1c4b8739fbab35edf5c1ea4c759f02b63a /Misc | |
parent | 9c6c3fb4350cdf8064a4c90b84080e6a10adb65b (diff) | |
parent | 514f9736a712923756cdd1d3a5e845bf3fdb0994 (diff) | |
download | cpython-git-f81a266df9cd85396c5745ef0e6157261107381f.tar.gz |
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 alpha 3 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. |