diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-06-19 14:06:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 14:06:59 (GMT) |
commit | 04521c275e47e4df59046ee0297810f06c208350 (patch) | |
tree | 2957d77259044aa46329bfa9306688c861584d94 /Misc/NEWS | |
parent | 46e299c1536da541b9dbf76c0cb909bf8c79f589 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |