diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-04-13 02:38:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 02:38:28 (GMT) |
commit | a6902e662c18dc837d40664eaafe50a44aae6366 (patch) | |
tree | f58a5a526462e4db544721e903d7e2bfcef38e10 /Misc | |
parent | 4c0d9ea995da595e90e08813b89510de59907802 (diff) | |
download | cpython-a6902e662c18dc837d40664eaafe50a44aae6366.zip cpython-a6902e662c18dc837d40664eaafe50a44aae6366.tar.gz cpython-a6902e662c18dc837d40664eaafe50a44aae6366.tar.bz2 |
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -945,6 +945,8 @@ C API Documentation ------------- +- bpo-26985: Add missing info of code object in inspect documentation. + - bpo-19824, bpo-20314, bpo-12518: Improve the documentation for, and links to, template strings by emphasizing their utility for internationalization, and by clarifying some usage constraints. |