[Python-Dev] Import hook to do end-of-line conversion?

Greg Stein gstein@lyra.org
Sat, 7 Apr 2001 09:21:14 -0700


On Sat, Apr 07, 2001 at 06:25:52PM +0200, Fredrik Lundh wrote:
> jack wrote:
> > There's talk on the PythonMac-SIG to create an import hook that would
> > read modules with either \r, \n or \r\n newlines and convert them to
> > the local convention before feeding them to the rest of the import
> > machinery.
> 
> why not fix the compiler instead?

Exactly. That is where the correct fix should go. The compile can/should
recognize all types of newlines as the NEWLINE token.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/