[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Tim Peters
Tim Peters added the comment: No problems, Martin - thanks for following up on this! :-) -- ___ Python tracker ___ ___ Python-bugs-lis

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: It turns out that TortoiseHg was showing the files as modified. I have now "reverted" my local changes, so this should be fine now. I was somewhat under time pressure when making the release, so I didn't notice then (and TortoiseHg seems to needs some time al

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Tim Peters
Tim Peters added the comment: BTW, the reason I wonder whether you don't have bad line ends in your tree is this: if you did, test_sax would have been failing for you too. I assume you run the test suite before building the installer ;-) -- ___ Py

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Tim Peters
Tim Peters added the comment: 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 \

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Tim Peters
Tim Peters added the comment: Serhiy, did you test "hg update -C default"? Didn't work for me :-( Martin, I don't know an easy way. eol fiddling in Hg seems brittle :-( I suppose you could get a fresh clone and then _compare_ the checked-out files to your old clone. Then, from the old clone

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: hg update -C default -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailin

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: Is there an easy way to recheck the entire tree, possibly reverting any files that don't match the content that they should have? I'd rather not throw the tree away. -- ___ Python tracker

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-09 Thread Ned Deily
Ned Deily added the comment: Martin builds the Windows installers. -- nosy: +loewis, ned.deily ___ Python tracker ___ ___ Python-bugs-

[issue18992] test_sax fails on Windows under 3.4.0a2

2013-09-09 Thread Tim Peters
New submission from Tim Peters: Don't know whether this is new. Found it running the test suite under a 3.4.0a2 freshly installed from the python.org .msi installer: == CPython 3.4.0a2 (v3.4.0a2:9265a2168e2c+, Sep 8 2013, 19:41:05) [MSC v.1600 32 bit (Intel)] == Windows-Vista-6.0.6002-SP2 l