diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 19:38:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 19:38:53 (GMT) |
commit | 5cf2b7253dc43b203c2f918416b4d25ad1dbfa7d (patch) | |
tree | c12664299b2f9e54eddf21cd3403fcb2daa7fa7f /Misc/NEWS | |
parent | 41525e31a5a40c1c20a5115aed9609f49c60b43a (diff) | |
download | cpython-5cf2b7253dc43b203c2f918416b4d25ad1dbfa7d.zip cpython-5cf2b7253dc43b203c2f918416b4d25ad1dbfa7d.tar.gz cpython-5cf2b7253dc43b203c2f918416b4d25ad1dbfa7d.tar.bz2 |
Issue #15582: inspect.getdoc() now follows inheritance chains.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #15582: inspect.getdoc() now follows inheritance chains. + - Issue #2175: SAX parsers now support a character stream of InputSource object. - Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and |