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 pitrou
Recipients pitrou, r.david.murray, tarek
Date 2009-10-20.15:37:34
SpamBayes Score 0.01613116
Marked as misclassified No
Message-id <1256052403.5492.21.camel@localhost>
In-reply-to <1256052073.52.0.879434475265.issue7175@psf.upfronthosting.co.za>
Content
> The distutils.cfg file is located in the distutils package itself !
> 
> So the target is ~/.local/pythonX.X/site-packages/distutils/distutils.cfg

Ah, that's horrible. -1 to that.
Configuration files should be easily findable by skimming through the
dot-files in the user's directory. ~/.python fulfills that condition.
History
Date User Action Args
2009-10-20 15:37:35pitrousetrecipients: + pitrou, tarek, r.david.murray
2009-10-20 15:37:34pitroulinkissue7175 messages
2009-10-20 15:37:34pitroucreate