| BPO | 6818 |
|---|---|
| Nosy | @loewis, @rhettinger, @terryjreedy, @gustaebel, @tiran, @merwok, @sandrotosi, @serhiy-storchaka, @denfromufa, @yudilevi2 |
| PRs | |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
assignee = None closed_at = None created_at = <Date 2009-09-02.04:42:10.018> labels = ['type-feature', 'library'] title = 'remove/delete method for zipfile/tarfile objects' updated_at = <Date 2020-04-04.10:40:28.415> user = 'https://bugs.python.org/rossmclendon'
bugs.python.org fields:
activity = <Date 2020-04-04.10:40:28.415> actor = 'yudilevi' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2009-09-02.04:42:10.018> creator = 'rossmclendon' dependencies = [] files = ['15199', '21063', '21188', '38231', '39061', '39063'] hgrepos = ['305'] issue_num = 6818 keywords = ['patch'] message_count = 36.0 messages = ['92154', '92155', '92156', '92158', '92164', '92172', '92177', '94475', '94478', '109158', '109160', '130299', '130388', '130463', '130938', '140680', '159418', '160533', '160534', '192574', '229801', '229893', '236565', '236568', '240336', '240345', '240394', '240422', '241181', '241192', '241201', '241346', '266374', '365755', '365756', '365757'] nosy_count = 17.0 nosy_names = ['loewis', 'rhettinger', 'terry.reedy', 'lars.gustaebel', 'christian.heimes', 'rossmclendon', 'eric.araujo', 'ubershmekel', 'victorlee129', 'sandro.tosi', 'chroipahtz', 'serhiy.storchaka', 'Arthur.Darcet', 'Dave Sawyer', 'gambl', 'denfromufa', 'yudilevi'] pr_nums = ['19336', '19358'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue6818' versions = ['Python 3.5']
Linked PRs
- gh-51067: add
ZipFile.remove()#103033 - gh-51067: Add
remove()andrepack()toZipFile#134627 - gh-51067: Rephrase doc for
ZipFile.{remove,repack}#151932 - gh-51067: Remove trailing space in
_Repacker.repack()error message #152138 - gh-51067: Extract
_read_local_file_header()as a module-level function #152139 - gh-152190: Fix memory checking failure in
test_zipfile64.py#152203