diff --git a/changelog.d/2632.change.rst b/changelog.d/2632.change.rst new file mode 100644 index 00000000000..a13bfdfa70d --- /dev/null +++ b/changelog.d/2632.change.rst @@ -0,0 +1,3 @@ +Implemented ``VendorImporter.find_spec()`` method to get rid +of ``ImportWarning`` that Python 3.10 emits when only the old-style +importer hooks are present -- by :user:`webknjaz`