Greg Ewing <greg.ew...@...> writes: > > Dag Sverre Seljebotn wrote: > > > Perhaps newer Macs use Unix-style line endings, given the change to a > > BSD kernel? > > Native MacOSX applications normally use Unix line endings. > Apps carried over from the Classic era may still use \r, > but they're becoming increasingly rare, so it's quite likely > nobody has been tripped up by this yet. >
I didn't notice it until I upgraded to Python 2.6.5 on windows. Now all my cython code is broken (and a few other things were as well). Is there a fix available? It seems I always forget the rule about not upgrading while I'm actually trying to get something done. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
