Message11436

Author stefan.richthofer
Recipients darjus, jeff.allen, stefan.richthofer, zyasoft
Date 2017-06-11.21:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497217911.53.0.0179852407235.issue2557@psf.upfronthosting.co.za>
In-reply-to
Content
I'm fine with closing.

I think it shouldn't be used in standard library unless some real usecase pops up - never change a running system.

Its main intend is to be a tool for easier support of extensions (pure python or not) that fail because of platform detection. Also to be able to give better debug instructions. If a user asks: "Why does xy-framework not work in Jython?" I want to be able to give advise if I suspect it's because of platform detection:

"Try os.name.add_target(xy)."
Before this, there was no easy way to do something like that; it would have involved to patch xy in some way.

That said, I'd like to write a NEWS-entry about it, so it's documented at least there.
History
Date User Action Args
2017-06-11 21:51:51stefan.richthofersetmessageid: <1497217911.53.0.0179852407235.issue2557@psf.upfronthosting.co.za>
2017-06-11 21:51:51stefan.richthofersetrecipients: + stefan.richthofer, zyasoft, jeff.allen, darjus
2017-06-11 21:51:51stefan.richthoferlinkissue2557 messages
2017-06-11 21:51:50stefan.richthofercreate