[issue6818] remove/delete method for zipfile/tarfile objects

2020-04-04 Thread nergall2
Change by nergall2 : -- pull_requests: +18720 pull_request: https://github.com/python/cpython/pull/19358 ___ Python tracker <https://bugs.python.org/issue6

[issue6818] remove/delete method for zipfile/tarfile objects

2020-04-04 Thread nergall2
nergall2 added the comment: Sorry, typo, here's the new PR - https://github.com/python/cpython/pull/19358 -- ___ Python tracker <https://bugs.python.org/i

[issue6818] remove/delete method for zipfile/tarfile objects

2020-04-04 Thread nergall2
nergall2 added the comment: Closed my initial PR and opened this one instead - https://github.com/python/cpython/pull/19336 -- ___ Python tracker <https://bugs.python.org/issue6

[issue6818] remove/delete method for zipfile/tarfile objects

2020-04-04 Thread nergall2
Change by nergall2 : -- pull_requests: +18719 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19336 ___ Python tracker <https://bugs.python.org/iss

[issue6818] remove/delete method for zipfile/tarfile objects

2020-04-04 Thread nergall2
nergall2 added the comment: I wasn't aware of this issue and opened another one which I just closed as a duplicate - https://bugs.python.org/issue40175 I also submitted a PR for the other one - https://github.com/python/cpython/pull/19336 The implementation does involve shifting the

[issue40175] Add support for removing zip entry in ZipInfo

2020-04-04 Thread nergall2
nergall2 added the comment: Sorry, I didn't see the old issue, let's move the discussion over there - https://bugs.python.org/issue6818 -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Pyt

[issue40175] Add support for removing zip entry in ZipInfo

2020-04-03 Thread nergall2
Change by nergall2 : -- keywords: +patch pull_requests: +18699 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19336 ___ Python tracker <https://bugs.python.org/issu

[issue40175] Add support for removing zip entry in ZipInfo

2020-04-03 Thread nergall2
New submission from nergall2 : ZipInfo currently only allow adding entries to zip archives but doesn't have the ability to remove entries from them - pretty useful feature. -- components: Library (Lib) messages: 365704 nosy: nergall2 priority: normal severity: normal status: