##// END OF EJS Templates
Remove input_prefilter hook...
Remove input_prefilter hook Our code already doesn't call this hook (as pointed out in gh-4709), and probably hasn't for some time, so it seems ~no-one is relying on it. We have much more powerful APIs to do the same thing.

File last commit:

r13894:1b04c9a0
r13894:1b04c9a0
Show More
incompat-input-prefilter-hook.rst
4 lines | 231 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-input-prefilter-hook.rst
  • The input_prefilter hook has been removed, as it was never actually used by the code. The input transformer system offers much more powerful APIs to work with input code. See :doc:`/config/inputtransforms` for details.