Message 173521 - Python tracker
Message173521
| 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:41 | techtonik | set | recipients: + techtonik, tarek, eric.araujo, alexis |
| 2012-10-22 13:58:41 | techtonik | set | messageid: <1350914321.82.0.675095841484.issue16299@psf.upfronthosting.co.za> |
| 2012-10-22 13:58:41 | techtonik | link | issue16299 messages |
| 2012-10-22 13:58:41 | techtonik | create | |