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 sechi_francesco
Recipients Tomalak, ajaksu2, sechi_francesco
Date 2009-05-12.08:26:33
SpamBayes Score 8.326057e-10
Marked as misclassified No
Message-id <1242116795.88.0.829658569015.issue5752@psf.upfronthosting.co.za>
In-reply-to
Content
My position is: 
if you want to encode the newline character, this should be done by both
parseString and setAttribute methods. Otherwise, the behaviour is not
symmetric.
My patch translates the newline character with a whitespace in the
setAttribute method, because parseString already does it. If you want to
encode the newline in different manner, you should develop a patch that
introduces this kind of encoding in both parseString and setAttribute
methods.
History
Date User Action Args
2009-05-12 08:26:36sechi_francescosetrecipients: + sechi_francesco, ajaksu2, Tomalak
2009-05-12 08:26:35sechi_francescosetmessageid: <1242116795.88.0.829658569015.issue5752@psf.upfronthosting.co.za>
2009-05-12 08:26:34sechi_francescolinkissue5752 messages
2009-05-12 08:26:33sechi_francescocreate