[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
##
# User Database
# 
# Note t

I have tested the PoC on my Mac python 2.7.

--
components: Library (Lib)
messages: 349385
nosy: Alyan
priority: normal
severity: normal
status: open
title: Unnecessary URL scheme exists to allow 'URL: reading file in urllib
type: security
versions: Python 2.7

___
Python tracker 
<https://bugs.python.org/issue37820>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 and I allowed windows 11 to accept long paths  (> Max_Path). 
Absolute and relative paths did not work. Projects that were working before 
normally, are no longer working. The exception is “FileNotFoundError: [Errno 2] 
No such file or directory: The_Long_Path_To_The_File,

--
messages: 406078
nosy: Alnajim
priority: normal
severity: normal
status: open
title: Issue in reading files with a path longer than 256 letters after latest 
update
type: behavior
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue45777>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://www.python.org/downloads/), the problem is gone.

--
nosy:  -lukasz.langa

___
Python tracker 
<https://bugs.python.org/issue45777>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: pythonerror.jpg
messages: 303682
nosy: abdullah patel, terry.reedy
priority: normal
severity: normal
status: open
title: scope error
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file47190/pythonerror.jpg

___
Python tracker 
<https://bugs.python.org/issue31688>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 to change it manually

Well, I don't want it in that folder when I install globally.
Thanks

--
components: Windows
messages: 251174
nosy: Abdullah Hilson, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Installer>Install in user folder by default when you check: for all users
type: enhancement
versions: Python 3.5

___
Python tracker 
<http://bugs.python.org/issue25196>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue25196>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com