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 methane
Recipients jdemeyer, methane
Date 2018-07-27.10:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Tz0d=5wYsEODbVRXBxGy4+USYoy1Lw7C6EyGQtecV=w=A@mail.gmail.com>
In-reply-to <1532683546.65.0.56676864532.issue34245@psf.upfronthosting.co.za>
Content
On Fri, Jul 27, 2018 at 6:25 PM Jeroen Demeyer <report@bugs.python.org> wrote:
> > Isn't it useful to avoid accidental change while open files with editor for just reading?
>
> Why would that argument apply to a binary file (and only to binary files)?

I didn't notice it's used only for binary libraries.

> > Is there any real world problem about read-only library?
>
> It makes it slightly harder to remove a Python installation. Depending on the OS, you'll get a failure or require some additional confirmation.

Make sense.

> Furthermore, it's very non-standard. Even if that's not a problem by itself, Python should just install things in the standard way.

It's not true if there are some merits and there are no real problem.
History
Date User Action Args
2018-07-27 10:47:35methanesetrecipients: + methane, jdemeyer
2018-07-27 10:47:35methanelinkissue34245 messages
2018-07-27 10:47:35methanecreate