Mailing List Archive

[issue5052] Mark distutils to stay compatible with 2.3
Tarek Ziadé <ziade.tarek@gmail.com> added the comment:

Ok, I will rewrite the top README file to explain this (and PEP 291 as
well) and keep the Python 2.3 compatibility in the whole package.

----------
status: closed -> open
title: "This module should be kept compatible with Python 2.1." in distutils code -> Mark distutils to stay compatible with 2.3

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5052>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5052] Mark distutils to stay compatible with 2.3 [ In reply to ]
Akira Kitada <akitada@gmail.com> added the comment:

Is there any PEP describing we have to keep compatibility with 2.3
release? I'm not against the idea but just curious.

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5052>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5052] Mark distutils to stay compatible with 2.3 [ In reply to ]
Marc-Andre Lemburg <mal@egenix.com> added the comment:

Some more explanation for why keeping distutils Python 2.3 compatible is
desirable:

distutils was removed from the PEP without any public discussion outside
a sprint at PyCon and the reasons given for it did not take into account
that people will want to use a single distutils version (that of the
lastest released Python version) to build packages for multiple Python
versions.

distutils in Python 2.6 no longer works with Python 2.1, but it still
does mostly with Python 2.3 and I would prefer to have to use that
version as minimum required.

Over the years I've always tried to rework any changes that were done
which did not meet that requirement and only left non-Python 2.3 code
in place that was not relevant for that version anyway, e.g. the
new MSVC code for Python 2.6.

Please also note that distutils is not a performance critical piece of
software. Making it more developer friendly to extending via
sub-classing and more user friendly by adding more support for platform
specific installer format is much more important than using the latest
and greatest tricks in Python.

With Python 2.7 released, we can then move on to Python 2.4
compatibility and so on.

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5052>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com