The latest stable standalone Distutils?

Hello, I've just read distutils/README [1] which says there's "a separately packaged standalone version of the Distutils" on Distutils web page [2]. It seems, however, this is just a unmaintained README and actually all I could find there was old "Distutils-1.0.2". Where can I find the latest standalone Distutils? I looked at projects/distutils on svn.python.org but it didn't appear to be maintained. Thanks in advance, [1] http://svn.python.org/view/python/trunk/Lib/distutils/README [2] http://www.python.org/sigs/distutils-sig/

Hi Akira, this README is 6 years old, and unmaintained, (I am adding a ticket on this right away and will take care of it) there's no maintained standalone Distutils as well, we need to update the http://www.python.org/community/sigs/current/distutils-sig/ page as well to refelct reality Regards On Sun, Jan 18, 2009 at 4:03 PM, Akira Kitada <akitada@gmail.com> wrote:
Hello,
I've just read distutils/README [1] which says there's "a separately packaged standalone version of the Distutils" on Distutils web page [2]. It seems, however, this is just a unmaintained README and actually all I could find there was old "Distutils-1.0.2".
Where can I find the latest standalone Distutils? I looked at projects/distutils on svn.python.org but it didn't appear to be maintained.
Thanks in advance,
[1] http://svn.python.org/view/python/trunk/Lib/distutils/README [2] http://www.python.org/sigs/distutils-sig/ _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé | Association AfPy | www.afpy.org Blog FR | http://programmation-python.org Blog EN | http://tarekziade.wordpress.com/

Hi Tarek, Thanks for the response and openning a ticket for this. (For the record, here's the link for the ticket: http://bugs.python.org/issue4987) So, the latest Distutils code would be one in svn trunk. I was looking for that code for learning the implementation. On Mon, Jan 19, 2009 at 12:16 AM, Tarek Ziadé <ziade.tarek@gmail.com> wrote:
Hi Akira, this README is 6 years old, and unmaintained, (I am adding a ticket on this right away and will take care of it)
there's no maintained standalone Distutils as well, we need to update the
http://www.python.org/community/sigs/current/distutils-sig/
page as well to refelct reality
Regards
On Sun, Jan 18, 2009 at 4:03 PM, Akira Kitada <akitada@gmail.com> wrote:
Hello,
I've just read distutils/README [1] which says there's "a separately packaged standalone version of the Distutils" on Distutils web page [2]. It seems, however, this is just a unmaintained README and actually all I could find there was old "Distutils-1.0.2".
Where can I find the latest standalone Distutils? I looked at projects/distutils on svn.python.org but it didn't appear to be maintained.
Thanks in advance,
[1] http://svn.python.org/view/python/trunk/Lib/distutils/README [2] http://www.python.org/sigs/distutils-sig/ _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé | Association AfPy | www.afpy.org Blog FR | http://programmation-python.org Blog EN | http://tarekziade.wordpress.com/

On Sun, Jan 18, 2009 at 5:32 PM, Akira Kitada <akitada@gmail.com> wrote:
Hi Tarek, Thanks for the response and openning a ticket for this.
(For the record, here's the link for the ticket: http://bugs.python.org/issue4987)
Yes, I am currently on distutils maintenance, by reviewing and fixing bugs in the tracker,
So, the latest Distutils code would be one in svn trunk. I was looking for that code for learning the implementation.
Yes, It is located here: http://svn.python.org/projects/python/trunk/Lib/distutils/ Regards Tarek
participants (2)
-
Akira Kitada
-
Tarek Ziadé