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 tim.peters
Recipients loewis, ned.deily, serhiy.storchaka, tim.peters
Date 2013-09-10.18:12:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378836755.19.0.465794322295.issue18992@psf.upfronthosting.co.za>
In-reply-to
Content
OK, "hg up -C" _can_ work, but it appears to require that "hg stat" shows that the files with the "bad" line endings are modified (M).  That may or may not be the case, depending on lots of things.

Martin, can you verify that (for example) test.xml.out does have \r\n line ends in your tree?  Maybe it doesn't, and the problem really lies elsewhere (unsure - some step in building the .msi, or maybe even the .msi changes line ends during installation - don't know).

I think bad line endings in the tree are most likely, though, since test_sax was failing in the same way for (at least) me and Terry Reddy when building our own Pythons on Windows, before changing .hgeol.
History
Date User Action Args
2013-09-10 18:12:35tim.peterssetrecipients: + tim.peters, loewis, ned.deily, serhiy.storchaka
2013-09-10 18:12:35tim.peterssetmessageid: <1378836755.19.0.465794322295.issue18992@psf.upfronthosting.co.za>
2013-09-10 18:12:35tim.peterslinkissue18992 messages
2013-09-10 18:12:34tim.peterscreate