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 ncoghlan
Recipients Arfrever, elixir, ishimoto, jwilk, loewis, methane, mrabarnett, ncoghlan, nikratio, pitrou, rurpy2, serhiy.storchaka, vstinner
Date 2014-02-04.11:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391513295.28.0.832802307878.issue15216@psf.upfronthosting.co.za>
In-reply-to
Content
If operating systems always exposed accurate metadata and configuration settings, I'd agree with you. They don't though, so sometimes developers need to be able to override whatever the interpreter figured out automatically.

In addition, needing to cope with badly designed APIs is an unfortunate fact of life - that's why monkeypatching is only *discouraged*, rather than disallowed :)
History
Date User Action Args
2014-02-04 11:28:15ncoghlansetrecipients: + ncoghlan, loewis, ishimoto, pitrou, vstinner, jwilk, mrabarnett, Arfrever, methane, nikratio, rurpy2, serhiy.storchaka, elixir
2014-02-04 11:28:15ncoghlansetmessageid: <1391513295.28.0.832802307878.issue15216@psf.upfronthosting.co.za>
2014-02-04 11:28:15ncoghlanlinkissue15216 messages
2014-02-04 11:28:14ncoghlancreate