summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-18 22:09:30 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-18 22:09:30 +0300
commitf81a266df9cd85396c5745ef0e6157261107381f (patch)
tree7175cb1c4b8739fbab35edf5c1ea4c759f02b63a /Misc
parent9c6c3fb4350cdf8064a4c90b84080e6a10adb65b (diff)
parent514f9736a712923756cdd1d3a5e845bf3fdb0994 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63e87b21d8..11b4139994 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.