diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-26 15:57:34 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-26 15:57:34 (GMT) |
commit | 367df120442bc592f7377bdfa6f4520426046c3f (patch) | |
tree | 31ba2189d313ac7f942aab3ca871c0dd9303b592 /Doc/library/inspect.rst | |
parent | 862542e500f45328bb9566287e37df59dbe38b18 (diff) | |
download | cpython-367df120442bc592f7377bdfa6f4520426046c3f.zip cpython-367df120442bc592f7377bdfa6f4520426046c3f.tar.gz cpython-367df120442bc592f7377bdfa6f4520426046c3f.tar.bz2 |
Assorted 3.4 What's New updates
- cross-references and attributions for inspect changes
- note improvements to inspect and pydoc handling of
metaclasses and dynamic attributes (courtesy of the
enum PEP)
- group all CPython implementation specific changes
into a common section
- add see also links for most of the PEPs
- fix the see also link for the release PEP
- add suitable caveats on Argument Clinic inclusion
- clarify the change to __wrapped__ handling
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r-- | Doc/library/inspect.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 0da4056..41c61b7 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -1009,6 +1009,8 @@ updated as expected: .. versionadded:: 3.3 +.. _inspect-module-cli: + Command Line Interface ---------------------- |