Message106163
> removing 2.7 as a target -- it's too late
If contribute a patch to `get_current_scheme` and `get_current_user_scheme`, will be accepted as part of 2.7?
Roughly I would do something like this:
scheme = os.name
if usersite: # get_current_user_scheme
if sys.platform == 'darwin':
scheme = 'osx_framework_user'
else:
scheme += '_user'
elif scheme == 'posix':
scheme = 'posix_prefix'
return scheme |
|
Date |
User |
Action |
Args |
2010-05-20 16:23:40 | srid | set | recipients:
+ srid, tarek |
2010-05-20 16:23:40 | srid | set | messageid: <1274372620.46.0.481962075007.issue8772@psf.upfronthosting.co.za> |
2010-05-20 16:23:38 | srid | link | issue8772 messages |
2010-05-20 16:23:38 | srid | create | |
|