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 loewis
Recipients BreamoreBoy, Steven.Hartland, loewis, pitrou, serhiy.storchaka, vstinner
Date 2013-05-23.07:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369292568.2.0.936777887436.issue7727@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still skeptical that a new exception should be introduced in 2.7.x, or 3.3 (might this break existing setups?). I suggest to ask the release manager for a decision.

But if this is done, then I propose to add the following text to ServerProxy:

versionchanged (2.7.6): Sending strings with characters that are ill-formed in XML (e.g. \x00) now raises ValueError.
History
Date User Action Args
2013-05-23 07:02:48loewissetrecipients: + loewis, pitrou, vstinner, Steven.Hartland, BreamoreBoy, serhiy.storchaka
2013-05-23 07:02:48loewissetmessageid: <1369292568.2.0.936777887436.issue7727@psf.upfronthosting.co.za>
2013-05-23 07:02:48loewislinkissue7727 messages
2013-05-23 07:02:48loewiscreate