This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gaborjbernat
Recipients Anthony Sottile, domdfcoding, gaborjbernat, jaraco, miss-islington
Date 2021-05-29.09:17:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622279861.7.0.0546268193523.issue44246@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2021-05-29 09:17:41gaborjbernatsetrecipients: + gaborjbernat, jaraco, Anthony Sottile, miss-islington, domdfcoding
2021-05-29 09:17:41gaborjbernatsetmessageid: <1622279861.7.0.0546268193523.issue44246@roundup.psfhosted.org>
2021-05-29 09:17:41gaborjbernatlinkissue44246 messages
2021-05-29 09:17:41gaborjbernatcreate