changeset: 93900:12ef799a9a51 user: Zachary Ware date: Mon Dec 15 16:47:31 2014 -0600 files: Misc/NEWS description: Issue #21740: Fix module name in NEWS entry. diff -r 86ca89c8858e -r 12ef799a9a51 Misc/NEWS --- a/Misc/NEWS Mon Dec 15 16:42:58 2014 -0600 +++ b/Misc/NEWS Mon Dec 15 16:47:31 2014 -0600 @@ -211,7 +211,7 @@ - Issue #1218234: Fix inspect.getsource() to load updated source of reloaded module. Initial patch by Berker Peksag. -- Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. +- Issue #21740: Support wrapped callables in doctest. Patch by Claudiu Popa. - Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no FD is registered.