cpython/Misc/NEWS.d/next/Library/2019-02-16-22-19-32.bpo-359...

2 lines
195 B
ReStructuredText

:mod:`modulefinder` no longer depends on the deprecated :mod:`imp` module, and the initializer for :class:`modulefinder.ModuleFinder` now has immutable default arguments.
Patch by Brandt Bucher.