summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-04-13 03:37:38 (GMT)
committerGitHub <noreply@github.com>2017-04-13 03:37:38 (GMT)
commit72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2 (patch)
treeea87f70f534716769876deb21a13ae0a0e881674 /Misc/NEWS
parent1adca396766d318981c0a4b98d9cff2661a57735 (diff)
downloadcpython-72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2.zip
cpython-72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2.tar.gz
cpython-72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2.tar.bz2
bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1100)
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 4992683..fd3814c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,8 @@ C API
Documentation
-------------
+- bpo-26985: Add missing info of code object in inspect documentation.
+
- bpo-28929: Link the documentation to its source file on GitHub.
- bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to