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 paul.moore
Recipients eric.araujo, ncoghlan, paul.moore, richard, steve.dower, takluyver, tim.golden, zach.ware
Date 2015-04-25.18:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429986336.26.0.215316189322.issue23955@psf.upfronthosting.co.za>
In-reply-to
Content
As described. this seems to be a Windows-only feature (it's replacing a registry lookup with a config file alongside the Python DLL).

So I'm not sure I understand Nick's comment - Nick, are you suggesting this should be a cross-platform feature? If so, what's the equivalent of "alongside the Python DLL", and what would the ini file be used for on Unix, where there's no registry lookup to override?
History
Date User Action Args
2015-04-25 18:25:36paul.mooresetrecipients: + paul.moore, richard, ncoghlan, tim.golden, eric.araujo, takluyver, zach.ware, steve.dower
2015-04-25 18:25:36paul.mooresetmessageid: <1429986336.26.0.215316189322.issue23955@psf.upfronthosting.co.za>
2015-04-25 18:25:36paul.moorelinkissue23955 messages
2015-04-25 18:25:35paul.moorecreate