This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients alexis, eric.araujo, tarek, techtonik
Date 2012-10-22.13:58:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350914321.82.0.675095841484.issue16299@psf.upfronthosting.co.za>
In-reply-to
Content
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__).
History
Date User Action Args
2012-10-22 13:58:41techtoniksetrecipients: + techtonik, tarek, eric.araujo, alexis
2012-10-22 13:58:41techtoniksetmessageid: <1350914321.82.0.675095841484.issue16299@psf.upfronthosting.co.za>
2012-10-22 13:58:41techtoniklinkissue16299 messages
2012-10-22 13:58:41techtonikcreate