>>> Totally amazing that we haven't got complaints about this before from >>> Windows users. >> Same from here.
that's probably because it handles "native" line endings OK -- so the problem only shows up if you process a file with DOS endings on a *nix machine. I imagine most of us have set up our version control system to do line ending translation. > I didn't ever see any failures on my box either. (FYI, OS X apps > typically default to (or at least handle seamlessly) Unix line > endings, right - the old mac-style '\r' is pretty much dead -- it will only show up if someone is working with old files generated by a "Classic" app. Or, I suppose, if they changed the defaults on their editor a while back when they were using Classic apps, and haven't changed it back. > Can anyone actually reproduce this on Windows. The example in question > was provided by a Windows user who clearly had no issues with it. We haven't had a problem, but then again, I think most of our Cython code is being written in vim on Linux in a VM, then compiled on Windows, so probably *nix line endings... -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
