[Python-Dev] test_inspect failure (original) (raw)

Tim Peters tim.one@comcast.net
Sun, 21 Apr 2002 01:24:54 -0400


[Tim]

Is anyone else with universal newlines (or without, for that matter ...) seeing testinspect fail?

[Neil Schemenauer]

Works for me on Linux.

Do you know whether universal newlines is enabled there (e.g., does test_univnewlines skip itself, or run)? I've determined that WITH_UNIVERSAL_NEWLINES is the sole difference between passing and failing on Windows. Alas, I can't yet imagine why, and test_inspect isn't easy to debug.