summaryrefslogtreecommitdiff
path: root/docs/api/utility.rst
Commit message (Collapse)AuthorAgeFilesLines
* Produce deprecation warnings for deprecated names in interfaces.py and ↵remove-unused-importsJason Madden2017-11-081-1/+1
| | | | | | | | | | | | | registry.py And also in hookable.py Do this using zope.deferredimport and zope.deprecation, two new dependencies. This introduces a transitive dependency on zope.proxy, but that was already part of the 'security' extra. zope.proxy runs on pypy but it doesn't yet support making the C extension optional (https://github.com/zopefoundation/zope.proxy/issues/26) Also drop the use of _compat._BLANK everywhere and just use the literal.
* Merge tseaver-test_cleanup branch.Tres Seaver2012-06-291-0/+290