This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update zipimport for PEP 451
Type: enhancement Stage: test needed
Components: Library (Lib) Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, barry, brett.cannon, dansheps, eric.snow, gregory.p.smith, ncoghlan, serhiy.storchaka, superluser, twouters
Priority: normal Keywords:

Created on 2013-11-22 16:29 by brett.cannon, last changed 2022-04-11 14:57 by admin.

Messages (5)
msg203799 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-11-22 16:29
Need to add find_spec and exec_module (or move over to a pure Python zipfile importer).
msg207217 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2014-01-03 08:29
Could this wait for 3.5?
msg207219 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2014-01-03 10:59
I don't see any problem with postponing the zipimport updates until 3.5 (we won't be updating the extension module handling until then anyway, since that requires C API additions).
msg325716 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-09-19 07:12
zipimport have been rewritten in pure Python (issue25711).
msg379193 - (view) Author: Daniel Sheppard (dansheps) Date: 2020-10-21 05:29
With issue 25711 closed, was this ever resolved under that issue or is this still a pending task?
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 63898
2020-10-21 05:29:00danshepssetnosy: + dansheps
messages: + msg379193
2018-09-19 07:13:04serhiy.storchakasettype: behavior -> enhancement
versions: + Python 3.8, - Python 3.6
2018-09-19 07:12:47serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg325716
2015-08-05 15:52:10eric.snowsetversions: + Python 3.6, - Python 3.5
2015-08-05 15:51:29eric.snowsetnosy: + twouters, gregory.p.smith, superluser
2015-06-02 21:09:51barrysetnosy: + barry
2014-01-07 05:27:47eric.snowunlinkissue18864 dependencies
2014-01-03 15:58:42brett.cannonsetversions: + Python 3.5, - Python 3.4
2014-01-03 10:59:26ncoghlansetmessages: + msg207219
2014-01-03 08:29:56eric.snowsetmessages: + msg207217
2013-11-23 19:50:46Arfreversetnosy: + Arfrever
2013-11-22 16:30:04brett.cannonlinkissue18864 dependencies
2013-11-22 16:29:21brett.cannoncreate