Description
Provides safe string handling for XML, HTML, and XHTML markup in Python templates and web tools. It helps libraries distinguish trusted markup from ordinary text that should be escaped.
This is a building block for safer rendering, not a complete sanitizer. Applications still need correct escaping rules and should not mark untrusted user input as safe.