Issue #21740: Fix module name in NEWS entry.

This commit is contained in:
Zachary Ware 2014-12-15 16:47:31 -06:00
parent 7f9b596be2
commit f074f019e2

View file

@ -211,7 +211,7 @@ Library
- 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.