[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread Irit Katriel
Irit Katriel added the comment: New changeset 0194bbbee6a12264e93d3217c774e226f0a1737d by Miss Islington (bot) in branch '3.10': bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30133)

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread Irit Katriel
Irit Katriel added the comment: New changeset 4c1effaaee472cc67f3186411a3df4f39af3d71a by Miss Islington (bot) in branch '3.9': bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30134)

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28353 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30133 ___ Python tracker

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +28354 pull_request: https://github.com/python/cpython/pull/30134 ___ Python tracker ___

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-16 Thread Irit Katriel
Irit Katriel added the comment: New changeset a951c95a13c3555ac8fb1c8ee615ba3930ccc6f7 by Irit Katriel in branch 'main': bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060)

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +28280 status: pending -> open pull_request: https://github.com/python/cpython/pull/30060 ___ Python tracker ___

[issue28816] [doc] Clarify that zipimport does not invoke import hooks to load custom files from zip.

2021-12-05 Thread Irit Katriel
Irit Katriel added the comment: I think that (1) the patch is not worded very clearly (2) the docs should not reference py2exe for instructions how to do something Perhaps it would suffice to change the sentence: Any files may be present in the ZIP archive, but only files .py and .pyc are