[Distutils] distutils version numbering

M.-A. Lemburg mal at egenix.com
Wed Jan 5 23:02:35 CET 2005


Stefan Seefeld wrote:
> M.-A. Lemburg wrote:
> 
>  > No, there was no distutils release after 1.0.3.
> 
> but the version shipping with python 2.3 has API changes,
> so how can I figure out what version I'm using ?

Introspection. Not exactly elegant, I know.

>  > Starting with Python 2.4, distutils seem to follow
>  > the Python version number (even though I'm not really
>  > sure who made that decision and what the motivation
>  > was).
>  >
>  > You should probably switch on both the distutils
>  > and Python version (it was and still is possible
>  > to install the current distutils package for
>  > Python 2.1).
> 
> Ok, let me rephrase: script permissions are fixed
> if either I'm running python 2.3 or above, or
> distutils' own version is 2.4 or above. Correct ?

Sounds about right.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 05 2005)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Distutils-SIG mailing list