summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml b/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml
new file mode 100644
index 00000000..cb25cff1
--- /dev/null
+++ b/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixes an issue with python 3.8 and entrypoint loading where the
+ new builtin importlib entrypoint support had a different
+ attribute api than expected.