summaryrefslogtreecommitdiffstats
path: root/Misc
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
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')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index be2561c..fb62b5b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1116,6 +1116,7 @@ Koray Oner
Piet van Oostrum
Tomas Oppelstrup
Jason Orendorff
+Bastien Orivel
Douglas Orr
William Orr
Michele OrrĂ¹
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.