summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEijebong <Eijebong@users.noreply.github.com>2017-04-26 15:17:12 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-04-26 15:17:12 (GMT)
commitab7886b78574d9224b26dc3a5b08e5c105fbbf11 (patch)
treeeea5488c157c384333e35d19c8390f87fc54510b /Misc/NEWS
parent8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf (diff)
downloadcpython-ab7886b78574d9224b26dc3a5b08e5c105fbbf11.zip
cpython-ab7886b78574d9224b26dc3a5b08e5c105fbbf11.tar.gz
cpython-ab7886b78574d9224b26dc3a5b08e5c105fbbf11.tar.bz2
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d9b13c7..71db0ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,8 @@ Extension Modules
Library
-------
+- bpo-30101: Add support for curses.A_ITALIC.
+
- bpo-29822: inspect.isabstract() now works during __init_subclass__. Patch
by Nate Soares.