diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-05-12 10:18:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 10:18:07 (GMT) |
commit | 4844abdd700120120fc76c29d911bcb547700baf (patch) | |
tree | eff9efdcc88b2466a352496c962a8efb0571f95f /Misc/NEWS.d/next | |
parent | 378211f7789c4edf7385ff619fa74d6615bef242 (diff) | |
download | cpython-4844abdd700120120fc76c29d911bcb547700baf.zip cpython-4844abdd700120120fc76c29d911bcb547700baf.tar.gz cpython-4844abdd700120120fc76c29d911bcb547700baf.tar.bz2 |
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964). (GH-26056)
(cherry picked from commit e9d7f88d5643f7e6387bf994c130503766d7eb92)
Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-05-07-08-39-23.bpo-44061.MvElG6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-05-07-08-39-23.bpo-44061.MvElG6.rst b/Misc/NEWS.d/next/Library/2021-05-07-08-39-23.bpo-44061.MvElG6.rst new file mode 100644 index 0000000..e41f285 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-05-07-08-39-23.bpo-44061.MvElG6.rst @@ -0,0 +1,2 @@ +Fix regression in previous release when calling :func:`pkgutil.iter_modules` +with a list of :class:`pathlib.Path` objects |