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 eric.araujo
Recipients diegoqueiroz, eric.araujo, tarek
Date 2011-01-19.20:20:34
SpamBayes Score 0.0003003268
Marked as misclassified No
Message-id <1295468452.25.0.544253824882.issue10948@psf.upfronthosting.co.za>
In-reply-to
Content
“Maybe distutils package was not designed for the purpose I am using it (I am not using it to install python modules or anything), but this behavior is not well documented anyway.”  Aaaah, I had no idea you were using the function directly for something unrelated to distutils’s purpose.  There is no clear distinction between public and private functions in distutils, so I understand how you could find this seemingly useful function and use it in your code.

The solution is to use a public function like os.makedirs.  For distutils, I don’t think a doc change is needed: the cache is an implementation detail.
History
Date User Action Args
2011-01-19 20:20:52eric.araujosetrecipients: + eric.araujo, tarek, diegoqueiroz
2011-01-19 20:20:52eric.araujosetmessageid: <1295468452.25.0.544253824882.issue10948@psf.upfronthosting.co.za>
2011-01-19 20:20:34eric.araujolinkissue10948 messages
2011-01-19 20:20:34eric.araujocreate