Closed tseaver closed 10 years ago
As follows:
>>> from Acquisition import aq_acquire, aq_get >>> aq_acquire(object(), 'nonesuch', default='abc') Traceback (most recent call last): File "<console>", line 1, in <module> AttributeError: 'object' object has no attribute 'nonesuch'
Track via LP #1387363
As follows: