diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-04-13 03:37:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 03:37:38 (GMT) |
commit | 72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2 (patch) | |
tree | ea87f70f534716769876deb21a13ae0a0e881674 /Misc/NEWS | |
parent | 1adca396766d318981c0a4b98d9cff2661a57735 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |