diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 20:00:05 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 20:00:05 (GMT) |
commit | b532df62b95920c380190f4a468fe15ad0c7d39c (patch) | |
tree | 7322c83d48d7c3d00c765f5330725be4dbbb6b51 /Misc/NEWS | |
parent | a49d6a213e936bc1dcf3bbf098623e86599e59b5 (diff) | |
download | cpython-b532df62b95920c380190f4a468fe15ad0c7d39c.zip cpython-b532df62b95920c380190f4a468fe15ad0c7d39c.tar.gz cpython-b532df62b95920c380190f4a468fe15ad0c7d39c.tar.bz2 |
Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,8 @@ Core and Builtins Library ------- +- Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. + - Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no FD is registered. |