[issue4843] make distutils use shutil

2010-04-20 Thread Éric Araujo
Éric Araujo added the comment: This has been done in Distutils2, see http://hg.python.org/distutils2/rev/18dc3dba4075 and http://hg.python.org/distutils2/rev/98b70f92bf0a Changing component and closing the bug, please reopen if I’m wrong :) Regards -- resolution: -> accepted stage

[issue4843] make distutils use shutil

2010-04-19 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- components: +Distutils2 -Distutils ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue4843] make distutils use shutil

2010-04-08 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue4843] make distutils use shutil

2009-02-28 Thread Akira Kitada
Akira Kitada added the comment: 'ignore' was introduced in Python 2.6 but distutils has to keep Python 2.3 compatible. See: http://bugs.python.org/issue5052 So I guess you have to wait some more years before dropping distutils.dir_util and distutils.file_util. -- nosy: +akitada _

[issue4843] make distutils use shutil

2009-01-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't know, perhaps "resource usage" - although it's probably meant for runtime resources rather than source code resources. Not a big deal anyway. ___ Python tracker

[issue4843] make distutils use shutil

2009-01-05 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- title: copytree improvments -> make distutils use shutil ___ Python tracker ___ ___ Python-bugs-list mailin