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 ezio.melotti
Recipients Hunanyan, Matt.Basta, eric.araujo, ezio.melotti, fantoozler, friday, georg.brandl, gsf, momat, orsenthil, pitrou, r.david.murray, yotam
Date 2011-10-31.17:13:21
SpamBayes Score 2.0825233e-08
Marked as misclassified No
Message-id <1320081202.1.0.815364818408.issue670664@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's internal.  While it's not explicitly mentioned in the source, the method is not documented and I don't think people subclassed it.  All that it does is changing the regex used to parse the data, and if someone needs to change this, it's probably easier to just change the regex.
OTOH this method is called just in one place, so in theory it's possible to set self.cdata_elem there before the set_cdata_mode() call, but that might make the code more fragile.
History
Date User Action Args
2011-10-31 17:13:22ezio.melottisetrecipients: + ezio.melotti, georg.brandl, yotam, orsenthil, pitrou, fantoozler, gsf, eric.araujo, r.david.murray, momat, Hunanyan, friday, Matt.Basta
2011-10-31 17:13:22ezio.melottisetmessageid: <1320081202.1.0.815364818408.issue670664@psf.upfronthosting.co.za>
2011-10-31 17:13:21ezio.melottilinkissue670664 messages
2011-10-31 17:13:21ezio.melotticreate