[issue16299] __build__ as a temp build directory for setup.py

anatoly techtonik report at bugs.python.org
Mon Oct 22 15:58:41 CEST 2012


New submission from anatoly techtonik:

Currently distutils builds files in a temporary directory named 'build' in current dir if not specified otherwise. It will be pythonic to name this directory to be __build__ be default to distinguish it from project specific directories and clarify that this one can be safely removed (much like __pycache__).

----------
assignee: eric.araujo
components: Distutils, Distutils2
messages: 173521
nosy: alexis, eric.araujo, tarek, techtonik
priority: normal
severity: normal
status: open
title: __build__ as a temp build directory for setup.py
versions: Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list