> On 11 May 2022, at 15:25, Robbie Harwood <rharw...@redhat.com> wrote:
> 
> Ben Cotton <bcot...@redhat.com> writes:
> 
>> :Don’t prepend a potentially unsafe path to `sys.path`:
> 
> If this is a safety/security issue, why not just make it the default for
> python itself?

It will break normal user use of python.

There is an expectation that if I have a.py and b.py in
the current directory then this must work.

In a.py:
import b

Then I can just do:

$ python a.py

Barry

> 
> Be well,
> --Robbie
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure

Attachment: signature.asc
Description: Binary data

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to