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 ronaldoussoren
Recipients ronaldoussoren
Date 2010-03-07.12:29:09
SpamBayes Score 0.0002530675
Marked as misclassified No
Message-id <1267964951.32.0.7992829434.issue8084@psf.upfronthosting.co.za>
In-reply-to
Content
The implementation of pep-0370 treats OSX like any other unix platform. 

This is problemantic for two reasons: first of all OSX already had a per-user directory before pep-0370 was implement: ~/Library/Python/X.Y, which means there are now two per-user directories on OSX. Secondly the pep-0370  per-user directory does not honor platform conventions.

I therefore propose to change pep-0370 behavior on OSX: 
* remove ~/.local as the user-base
* upgrade ~/Library/Python/X.Y to a pep-0370 compatible directory
  (that is: introduce the additional subdirectories that are used
   in pep-0370)
* upgrade /Library/Python/X.Y to the same structure
History
Date User Action Args
2010-03-07 12:29:11ronaldoussorensetrecipients: + ronaldoussoren
2010-03-07 12:29:11ronaldoussorensetmessageid: <1267964951.32.0.7992829434.issue8084@psf.upfronthosting.co.za>
2010-03-07 12:29:09ronaldoussorenlinkissue8084 messages
2010-03-07 12:29:09ronaldoussorencreate