mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
42fb6ab491
in XML processing instructions and comments. These raw characters are allowed by the XML specification, and are necessary when outputting e.g. PHP code in a processing instruction. Patch by Neil Muller.