[issue6464] test_normalization failures due to truncated NormalizationTest.txt file

2009-07-11 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue6464] test_normalization failures due to truncated NormalizationTest.txt file

2009-07-11 Thread R. David Murray
R. David Murray added the comment: Benjamin fixed this in r73962 by having the test support routine put the files in Lib/test/data, and adding a rule to the distclean target to empty that directory. -- nosy: +benjamin.peterson status: open -> closed

[issue6464] test_normalization failures due to truncated NormalizationTest.txt file

2009-07-11 Thread R. David Murray
Changes by R. David Murray : -- nosy: +lemburg, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue6464] test_normalization failures due to truncated NormalizationTest.txt file

2009-07-11 Thread R. David Murray
New submission from R. David Murray : I worked for a while tracking down a mysterious failure in test_normalization on my machine. I eventually discovered that a clean checkout did not exhibit the problem. A distclean on my original checkout did not fix the problem. By doing a diff I finally f