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.00:37:08
SpamBayes Score 0.00037795855
Marked as misclassified No
Message-id <1274315831.51.0.95937905223.issue8772@psf.upfronthosting.co.za>
In-reply-to
Content
Currently there is no way to get the default scheme for *current* platform other than plainly *assuming* that that is os.name unless it is posix, in which case it becomes posix_prefix. 

PyPM needs to know this. But I am slightly reluctant to hardcode it. I would rather use the _get_default_scheme() .. but only if it is known to be maintained for backward compat.

Thoughts?
History
Date User Action Args
2010-05-20 00:37:11sridsetrecipients: + srid, tarek
2010-05-20 00:37:11sridsetmessageid: <1274315831.51.0.95937905223.issue8772@psf.upfronthosting.co.za>
2010-05-20 00:37:09sridlinkissue8772 messages
2010-05-20 00:37:08sridcreate