aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-12-16-13-54-55.bpo-44893.I7aLiW.rst
blob: e77c6ad2a483e3476a660d0015e1047032f94115 (plain)
1
2
3
EntryPoint objects are no longer tuples. Recommended means to access is by
attribute ('.name', '.group') or accessor ('.load()'). Access by index is
deprecated and will raise deprecation warning.