summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-06-19 14:06:59 (GMT)
committerGitHub <noreply@github.com>2017-06-19 14:06:59 (GMT)
commit04521c275e47e4df59046ee0297810f06c208350 (patch)
tree2957d77259044aa46329bfa9306688c861584d94 /Misc/NEWS
parent46e299c1536da541b9dbf76c0cb909bf8c79f589 (diff)
downloadcpython-04521c275e47e4df59046ee0297810f06c208350.zip
cpython-04521c275e47e4df59046ee0297810f06c208350.tar.gz
cpython-04521c275e47e4df59046ee0297810f06c208350.tar.bz2
bpo-30176: Add missing curses cell attributes constants (#2277)
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 9ed427d..f985f5a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -270,6 +270,8 @@ C API
Documentation
-------------
+- bpo-30176: Add missing attribute related constants in curses documentation.
+
- bpo-26985: Add missing info of code object in inspect documentation.
- bpo-28929: Link the documentation to its source file on GitHub.