Closed papachoco closed 6 years ago
Thanks for the report. That's not a documented API of that module (https://zopeconfiguration.readthedocs.io/en/latest/api/fields.html), it's an internal implementation detail. Internal implementation details are subject to change at any time.
Assuming your IDE suggested using that detail, what might help would be the addition of __all__
for the supported API.
Jason,
In the our application (dataserver) we are using
in zope.configuration 4.2.1 (fields.py) the
from zope.schema import TextLine
line was removed. ( I guess we should be using zope.schema directly). but this may affect other usersCarlos