Now that Plone 6.2 is released, all python distributions from the plone and collective namespaces should move to python native namespaces.
Despite native namespaces being a new feature of Python 3.3, we have a problem with collective.exportimport as its purpose is to help move very old code bases, some still on Python 2.7.
Suggestions on how to handle this with as less friction as possible? 🤞🏾
Now that Plone 6.2 is released, all python distributions from the plone and collective namespaces should move to python native namespaces.
Despite native namespaces being a new feature of Python 3.3, we have a problem with
collective.exportimportas its purpose is to help move very old code bases, some still on Python 2.7.Suggestions on how to handle this with as less friction as possible? 🤞🏾