[Python-Dev] Proposal -- makefile patches and scripts to generate python RPMs

Greg Ward gward@mems-exchange.org
Wed, 4 Oct 2000 14:13:01 -0400


On 04 October 2000, Fredrik Lundh said:
> isn't this a distutils thing?  see:
> 
> ftp://python.beopen.com/pub/docco/devel/dist/creating-rpms.html

But the Distutils brag line is:

  The Python Distribution Utilities, or Distutils for short, are a
  collection of modules that aid in the development, distribution, and
  installation of Python modules.

If that first sentence were instead

  The Python Distribution Utilities, or Distutils for short, are a
  collection of modules that aid in the development, distribution, and
  installation of Python.

then you'd have a point.

What a difference one little word can make...

        Greg