diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-06-16 03:20:07 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-06-16 03:20:07 (GMT) |
commit | 116dd5eba60a940b35db6aaf4e8c998ac30ad440 (patch) | |
tree | e25397e51f8f281c9a8bfebe24bedaba01d5fd53 /Misc/NEWS | |
parent | c9318853bbe8d62cb72ed853b0ffb75311ea474c (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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>` |