summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 63e87b2..11b4139 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.