[Python-ideas] Make Python code read-only

Steve Dower Steve.Dower at microsoft.com
Wed May 21 16:56:23 CEST 2014


Another +inf from me.

Mind if I quote you on this next time I'm trying to convince C# developers to take Python seriously? :)

Top-posted from my Windows Phone
________________________________
From: Ethan Furman<mailto:ethan at stoneleaf.us>
Sent: ‎5/‎21/‎2014 7:37
To: python-ideas at python.org<mailto:python-ideas at python.org>
Subject: Re: [Python-ideas] Make Python code read-only

On 05/21/2014 02:43 AM, Nick Coghlan wrote:
>
> For this use case, monkey patching is not an incidental feature to be tolerated merely for backwards compatibility
> reasons: it is a key capability that makes Python an ideal language for me, as it takes ultimate control of what
> dependencies do away from the original author and places it in my hands as the system integrator. This is a dangerous
> power, not to be used lightly, but it also grants me the ability to work around critical bugs in dependencies at run
> time, rather than having to fork and patch the source the way Java developers tend to do.

+inf

--
~Ethan~
_______________________________________________
Python-ideas mailing list
Python-ideas at python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140521/f392848a/attachment.html>


More information about the Python-ideas mailing list