You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preliminary step to deprecate docstring based publication control (#1197)
* Introduce `ZPublisher.zpublish` decorator to explicitly control zpublishabilty
* add `CHANGES.rst` entry
* fixes from review
* Implement review suggestion to support request method restrictions
* documentation fix from review [skip ci]
* Cleanup
* honor `mapply` specific signature specification via `__code__` and `__defaults__`.
* replace `AccessControl.requestmethod` by `zpublish` if possible
`zpublish` mark `manage_` methods
* Avoid redundant `DocstringWarning`s; provide location info (if possible)
* configure Python's warningfilter to not suppress `DocstringWarnings` when docstring publishing is deprecated
* add missing `zpublish` decorations
0 commit comments