Mailing List Archive

[issue5052] "This module should be kept compatible with Python 2.1." in distutils code
New submission from Akira Kitada <akitada@gmail.com>:

In distutils package, there are many files that saying
"This module should be kept compatible with Python 2.1."

According to Tarek Ziadé, this is not valid statement anymore.

----------
components: Distutils
messages: 80507
nosy: akitada
severity: normal
status: open
title: "This module should be kept compatible with Python 2.1." in distutils code
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
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] "This module should be kept compatible with Python 2.1." in distutils code [ In reply to ]
Akira Kitada <akitada@gmail.com> added the comment:

If PEP 291 is still valid, distutils needs "only remain compatible with
the version of Python it is distributed with."

_______________________________________
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] "This module should be kept compatible with Python 2.1." in distutils code [ In reply to ]
Changes by Tarek Ziadé <ziade.tarek@gmail.com>:


----------
assignee: -> tarek
nosy: +tarek
versions: -Python 2.6, Python 3.0

_______________________________________
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] "This module should be kept compatible with Python 2.1." in distutils code [ In reply to ]
Tarek Ziadé <ziade.tarek@gmail.com> added the comment:

done in r68943

----------
status: open -> closed

_______________________________________
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] "This module should be kept compatible with Python 2.1." in distutils code [ In reply to ]
Marc-Andre Lemburg <mal@egenix.com> added the comment:

Note that distutils was removed from PEP 291 in r1982 "After some
discussion at the distutils sprint at PyCon 2005".

This was not discussed on the distutils mailing list at the time which I
regard as not in line with the way Python or distutils is developed.

While we likely don't need Python 2.1 compatibility anymore, Python 2.3
is still in active use, so keeping distutils Python 2.3 compatible would
allow package authors to use a single distutils version (the Python 2.6
one) to cover the Python releases 2.3 - 2.6.

----------
nosy: +lemburg

_______________________________________
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