summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-12-08 20:00:05 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-12-08 20:00:05 (GMT)
commitb532df62b95920c380190f4a468fe15ad0c7d39c (patch)
tree7322c83d48d7c3d00c765f5330725be4dbbb6b51 /Misc/NEWS
parenta49d6a213e936bc1dcf3bbf098623e86599e59b5 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7c9a49..9ca0f1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.