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 srid
Recipients srid, tarek
Date 2010-05-20.16:07:51
SpamBayes Score 0.0006647649
Marked as misclassified No
Message-id <9C37FA28-40C3-4FCF-9670-90AECBECC5ED@activestate.com>
In-reply-to <1274348711.46.0.877695631731.issue8772@psf.upfronthosting.co.za>
Content
On 2010-05-20, at 2:45 AM, Tarek Ziadé wrote:

> So I'd rather have two APIs answering to that:
> 
> - get_current_scheme() : what's the default scheme for this python installation ?
> - get_current_user_scheme() :  what's the default user scheme for his python installation

+1

> Next, if you want to browse the various available schemes for the platform, we could change "get_scheme_names()" and add a new parameter, saying that we want only the scheme for the current OS:
> 
>  get_scheme_names(current_platform=False)

+1 as well. Perhaps `get_scheme_names(all=True)`? This seems like it can be done for 2.7, if found to be worthy of implementation.
History
Date User Action Args
2010-05-20 16:07:54sridsetrecipients: + srid, tarek
2010-05-20 16:07:51sridlinkissue8772 messages
2010-05-20 16:07:51sridcreate