summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-04-08 20:34:05 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2021-04-08 23:41:28 +0200
commitc5185cd00cc3a96bad4cf5bca3968af710916d3a (patch)
tree6ad13dc99c1634518b310baaf649c797dd0e254c
parentee6a5ffd1b3ec686339e00713542a530dbb65bc8 (diff)
downloadpython-setuptools-git-c5185cd00cc3a96bad4cf5bca3968af710916d3a.tar.gz
Add a change note for PR #2633
-rw-r--r--changelog.d/2632.change.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/2632.change.rst b/changelog.d/2632.change.rst
new file mode 100644
index 00000000..a13bfdfa
--- /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`