[SciPy-Dev] Problem with form feed character in interpolate/polyint.py

Christoph Gohlke cgohlke at uci.edu
Sat Feb 19 14:39:01 EST 2011


Hello,

when building scipy 0.9rc4 on Python 3.2rc3 the file 
interpolate/polyint.py gets truncated by the 2to3 tool at line 382, 
right before `class BarycentricInterpolator(object):`. Line 382 contains 
a ASCII form feed (0x0C) character. Removing the form feed character 
fixes this issue (patch attached).

This is probably a bug in recent builds of Python 3.2.

Christoph
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: formfeed.diff
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110219/3996792b/attachment.ksh>


More information about the SciPy-Dev mailing list