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

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

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

2014-04-07 Thread Alba Magallanes
Alba Magallanes added the comment: hi, here is a second version of the patch. Please review it. -- keywords: +patch Added file: http://bugs.python.org/file34753/bug1887_2.patch ___ Python tracker ___

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

2014-03-19 Thread Alba Magallanes
Alba Magallanes added the comment: Eric Thanks for the review :) I'll follow your advice Thanks ! On Wed, Mar 19, 2014 at 12:33 AM, Éric Araujo wrote: > > Éric Araujo added the comment: > > Thanks for the patch. I did a review, you should have got an email; if > not, follow the "review" link o

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

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. I did a review, you should have got an email; if not, follow the “review” link on the right of your patch in the list of files near the top of this page. -- components: +Documentation versions: +Python 3.5 -Python 3.3 _

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

2014-03-18 Thread Alba Magallanes
Alba Magallanes added the comment: I'm updating a patch for this bug, Could you please review it? I think it was appropriate to clarify the use of the script at the Introduction to Distutils documentation (http://docs.python.org/3.4/distutils/introduction.html?highlight=distutils) in the simpl

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

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

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

2014-03-13 Thread Éric Araujo
É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: +Distut