[issue44246] 3.10 beta 1: breaking change in importlib.metadata entry points

gaborjbernat report at bugs.python.org
Sat May 29 05:17:41 EDT 2021


gaborjbernat <gaborjbernat at gmail.com> added the comment:

After reading through the points here, I must say I agree with Anthony here. The standard library has clear rules regarding how previously working interfaces should be deprecated, and this changeset is violating those. At no point was documented that relying on the list/dict trait of the existing interface is not part of the interface. I don't think the importlib libraries are special enough to warrant exclusion from this rule (as opposed let's say the zoneinfo).

----------
nosy: +gaborjbernat

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44246>
_______________________________________


More information about the Python-bugs-list mailing list