[issue37820] Unnecessary URL scheme exists to allow 'URL: reading file in urllib

2019-08-11 Thread Abdullah
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

[issue45777] Issue in reading files with a path longer than 256 letters after latest update

2021-11-10 Thread Abdullah Alnajim
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

[issue45777] Issue in reading files with a path longer than 256 letters after latest update

2021-11-10 Thread Abdullah Alnajim
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

[issue31688] scope error

2017-10-04 Thread abdullah patel
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

[issue25196] Installer>Install in user folder by default when you check: for all users

2015-09-20 Thread Abdullah Hilson
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

[issue25196] Installer>Install in user folder by default when you check: for all users

2015-09-20 Thread Abdullah Hilson
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