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 Tomalak
Recipients Tomalak, sechi_francesco
Date 2009-05-08.09:38:09
SpamBayes Score 0.0005866252
Marked as misclassified No
Message-id <1241775491.64.0.345633056493.issue5752@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a test file that outlines the problem. Output on my system
(Windows / Python 3.0) is:

Without the patch:
C:\Python30>python.exe c:\minidom_test.py
False
1 -->"multiline
value"
2 -->"multiline value"

With the patch:
C:\Python30>python.exe c:\minidom_test.py
True
1 -->"multiline
value"
2 -->"multiline
value"
History
Date User Action Args
2009-05-08 09:38:11Tomalaksetrecipients: + Tomalak, sechi_francesco
2009-05-08 09:38:11Tomalaksetmessageid: <1241775491.64.0.345633056493.issue5752@psf.upfronthosting.co.za>
2009-05-08 09:38:10Tomalaklinkissue5752 messages
2009-05-08 09:38:10Tomalakcreate