New submission from Abdullah :
I am not sure if this was reported before, fixed, or even how to report this.
However this issue is similar to https://bugs.python.org/issue35907
# Vulnerability PoC
import urllib
print urllib.urlopen('URL:/etc/passwd').read()[:30]
the result is
New submission from Abdullah Alnajim :
After updating python to the latest version, an issue related to reading files
in long paths (>256 letters) is arisen. Whenever I try to read such a file in
Windows 11, I got an exception telling me that the file is not there, even
though it’s there
Abdullah Alnajim added the comment:
LongPathsEnabled value was already one. This issue comes with the new update
(3.9.8) [Windows Store version]. I reinstalled the same version (3.9.8) from
Windows Store, and the issue was still there.
When I tried versions (3.10) and (3.9.7) from
(https
New submission from abdullah patel :
there should be an error when this code is run. as I have not defined the
arguments (I was told by my computer science teacher that it should not work in
theory) and parameters but it clearly works.
--
assignee: terry.reedy
components: IDLE
files
New submission from Abdullah Hilson:
Hello
Just downloaded :
https://www.python.org/ftp/python/3.5.0/python-3.5.0-amd64.exe
And I launch the install, I check checkbox to install for all users
And folder for installation stay at:
C:\Users\myusername\AppData\Local\Programs\Python\Python35\
I have
Abdullah Hilson added the comment:
I am using windows 10, latests updates.
Another problem with the installer:
It don' t set environnement variable even when checked
--
___
Python tracker
<http://bugs.python.org/is