summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-06-16 03:20:07 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-06-16 03:20:07 (GMT)
commit116dd5eba60a940b35db6aaf4e8c998ac30ad440 (patch)
treee25397e51f8f281c9a8bfebe24bedaba01d5fd53 /Misc/NEWS
parentc9318853bbe8d62cb72ed853b0ffb75311ea474c (diff)
downloadcpython-116dd5eba60a940b35db6aaf4e8c998ac30ad440.zip
cpython-116dd5eba60a940b35db6aaf4e8c998ac30ad440.tar.gz
cpython-116dd5eba60a940b35db6aaf4e8c998ac30ad440.tar.bz2
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 985d6c0..95ae431 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -445,7 +445,7 @@ Library
- bpo-30149: inspect.signature() now supports callables with
variable-argument parameters wrapped with partialmethod.
Patch by Dong-hee Na.
-
+
- bpo-30436: importlib.find_spec() raises ModuleNotFoundError instead of
AttributeError if the specified parent module is not a package
(i.e. lacks a __path__ attribute).
@@ -1216,6 +1216,8 @@ C API
Documentation
-------------
+- bpo-30176: Add missing attribute related constants in curses documentation.
+
- Issue #30052: the link targets for :func:`bytes` and
:func:`bytearray` are now their respective type definitions, rather
than the corresponding builtin function entries. Use :ref:`bytes <func-bytes>`