This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, eli.bendersky, johnburnett, scoder
Date 2019-05-11.01:44:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557539091.72.0.880355387228.issue33303@roundup.psfhosted.org>
In-reply-to
Content
Which characters would you escape in a processing instruction? The XML spec says not to escape '<' and '&', but doesn't say what should be escaped. It seems to me that escaping '?' when followed by '>' should be sufficient since the character sequence "?>" is the closing delimiter.
History
Date User Action Args
2019-05-11 01:44:51Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, scoder, eli.bendersky, johnburnett
2019-05-11 01:44:51Jeffrey.Kintschersetmessageid: <1557539091.72.0.880355387228.issue33303@roundup.psfhosted.org>
2019-05-11 01:44:51Jeffrey.Kintscherlinkissue33303 messages
2019-05-11 01:44:51Jeffrey.Kintschercreate