[issue38886] permissions too restrictive in zipfile.writestr

2022-01-24 Thread Irit Katriel


Irit Katriel  added the comment:

Closed issue23976 as duplicate of this.

--
nosy: +iritkatriel
type: behavior -> enhancement
versions: +Python 3.11 -Python 3.8

___
Python tracker 

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



[issue38886] permissions too restrictive in zipfile.writestr

2019-11-21 Thread Raphael Dussin


Change by Raphael Dussin :


--
keywords: +patch
pull_requests: +16814
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/17327

___
Python tracker 

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



[issue38886] permissions too restrictive in zipfile.writestr

2019-11-21 Thread Raphael Dussin


New submission from Raphael Dussin :

zipfile.writestr write with permissions 600 by default and there is no way to 
override permissions. This can be an issue when writing zip archive of data one 
want to share (e.g. zarr zipstore, see 
https://github.com/zarr-developers/zarr-python/pull/517)


Proposed fix in upcoming PR is to add the desired permission as an optional arg.

--
components: Library (Lib)
messages: 357210
nosy: rdussin
priority: normal
severity: normal
status: open
title: permissions too restrictive in zipfile.writestr
type: behavior
versions: Python 3.8

___
Python tracker 

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