[Python-Dev] Re: [Python-checkins] python/dist/src setup.py,1.89,1.90

Michael Hudson mwh@python.net
13 Jun 2002 16:00:20 +0100


gvanrossum@users.sourceforge.net writes:

> Index: setup.py
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/setup.py,v
> retrieving revision 1.89
> retrieving revision 1.90
> diff -C2 -d -r1.89 -r1.90
> *** setup.py	11 Jun 2002 06:22:30 -0000	1.89
> --- setup.py	13 Jun 2002 14:41:32 -0000	1.90
> ***************
> *** 272,275 ****
> --- 272,277 ----
>           exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
>   
> +         exts.append( Extension("bits", ["bits.c"]) )
> + 

I'm guessing that wasn't meant to get checked in?

Cheers,
M.

-- 
  /* I'd just like to take this moment to point out that C has all
     the expressive power of two dixie cups and a string.
   */                       -- Jamie Zawinski from the xkeycaps source