is_zipfile false positives · Issue #72680 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@thomaswaldmann

Description

@thomaswaldmann

BPO 28494
Nosy @Yhg1s, @gpshead, @vstinner, @serhiy-storchaka, @ThomasWaldmann, @jjolly, @miss-islington
PRs gh-72680: Fix false positives when using zipfile.is_zipfile() #5053bpo-28494: Test existing zipfile working behavior. #15853[3.8] bpo-28494: Test existing zipfile working behavior. (GH-15853) #15891bpo-28494: install ziptestdata to fix install bot. #15902[3.8] bpo-28494: install ziptestdata to fix install bot (GH-15902) #15912
Files isz_fail.pyisz_fail_fix.diff

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/gpshead' closed_at = None created_at = <Date 2016-10-20.21:08:48.959> labels = ['3.7', '3.8', 'type-bug', 'library'] title = 'is_zipfile false positives' updated_at = <Date 2019-09-11.11:09:56.949> user = 'https://github.com/ThomasWaldmann'

bugs.python.org fields:

activity = <Date 2019-09-11.11:09:56.949> actor = 'miss-islington' assignee = 'gregory.p.smith' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-10-20.21:08:48.959> creator = 'Thomas.Waldmann' dependencies = [] files = ['45162', '45164'] hgrepos = [] issue_num = 28494 keywords = ['patch'] message_count = 16.0 messages = ['279084', '279088', '279089', '280341', '281805', '281817', '309245', '311281', '334595', '351723', '351749', '351750', '351751', '351755', '351802', '351823'] nosy_count = 9.0 nosy_names = ['twouters', 'gregory.p.smith', 'alanmcintyre', 'vstinner', 'serhiy.storchaka', 'Thomas.Waldmann', 'mryan1539', 'jjolly', 'miss-islington'] pr_nums = ['5053', '15853', '15891', '15902', '15912'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28494' versions = ['Python 2.7', 'Python 3.7', 'Python 3.8']