[issue1887] Document that distutils doesn't support out-of-source builds

Éric Araujo report at bugs.python.org
Thu Mar 13 21:23:00 CET 2014


Éric Araujo added the comment:

distutils2 is no more.

Paths handling in distutils is fragile, so I’m changing this to a doc issue: we should make it clear that only “cd path/to/project; python setup.py command” is expected to work.

----------
assignee: tarek -> eric.araujo
components: +Distutils -Distutils2
stage:  -> needs patch
title: distutils doesn't support out-of-source builds -> Document that distutils doesn't support out-of-source builds
versions: +Python 2.7, Python 3.3, Python 3.4 -3rd party

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1887>
_______________________________________


More information about the Python-bugs-list mailing list