summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-02-16-22-19-32.bpo-35936.Ay5WtD.rst
blob: 55a028ec8349cd0d23ca8d86378e903454436642 (plain)
1
2
: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.