[issue19699] Update zipimport for PEP 451

2020-10-20 Thread Daniel Sheppard
Daniel Sheppard added the comment: With issue 25711 closed, was this ever resolved under that issue or is this still a pending task? -- nosy: +dansheps ___ Python tracker ___

[issue19699] Update zipimport for PEP 451

2018-09-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: zipimport have been rewritten in pure Python (issue25711). -- nosy: +serhiy.storchaka ___ Python tracker ___ __

[issue19699] Update zipimport for PEP 451

2018-09-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: behavior -> enhancement versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bu

[issue19699] Update zipimport for PEP 451

2015-08-05 Thread Eric Snow
Changes by Eric Snow : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue19699] Update zipimport for PEP 451

2015-08-05 Thread Eric Snow
Changes by Eric Snow : -- nosy: +gregory.p.smith, superluser, twouters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue19699] Update zipimport for PEP 451

2015-06-02 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19699] Update zipimport for PEP 451

2014-01-03 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19699] Update zipimport for PEP 451

2014-01-03 Thread Nick Coghlan
Nick Coghlan added the comment: 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). -- ___ Python tracker

[issue19699] Update zipimport for PEP 451

2014-01-03 Thread Eric Snow
Eric Snow added the comment: Could this wait for 3.5? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue19699] Update zipimport for PEP 451

2013-11-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19699] Update zipimport for PEP 451

2013-11-22 Thread Brett Cannon
New submission from Brett Cannon: Need to add find_spec and exec_module (or move over to a pure Python zipfile importer). -- components: Library (Lib) messages: 203799 nosy: brett.cannon, eric.snow, ncoghlan priority: normal severity: normal stage: test needed status: open title: Update