mirror of
https://github.com/python/cpython.git
synced 2026-05-19 10:54:30 -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.