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 sbspider
Recipients sbspider
Date 2014-08-24.01:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408844766.42.0.17140873561.issue22262@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to compile cpython, it puts dependencies like tkinter in the directory above the hg directory. Since I have a highly defined directory structure, this can become quite annoying. Therefore, I would like to propose having the build system download the files into the same root directory as where the code is, but in a folder that will be ignored for source control.
History
Date User Action Args
2014-08-24 01:46:06sbspidersetrecipients: + sbspider
2014-08-24 01:46:06sbspidersetmessageid: <1408844766.42.0.17140873561.issue22262@psf.upfronthosting.co.za>
2014-08-24 01:46:06sbspiderlinkissue22262 messages
2014-08-24 01:46:05sbspidercreate