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.

Author iritkatriel
Recipients Decorater, brett.cannon, docs@python, eric.snow, iritkatriel, ncoghlan, twouters
Date 2021-12-05.16:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638720636.66.0.830971482004.issue28816@roundup.psfhosted.org>
In-reply-to
Content
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 available for import

to:

Any files may be present in the ZIP archive, but the importer is only invoked for .py and .pyc files

?
History
Date User Action Args
2021-12-05 16:10:36iritkatrielsetrecipients: + iritkatriel, twouters, brett.cannon, ncoghlan, docs@python, eric.snow, Decorater
2021-12-05 16:10:36iritkatrielsetmessageid: <1638720636.66.0.830971482004.issue28816@roundup.psfhosted.org>
2021-12-05 16:10:36iritkatriellinkissue28816 messages
2021-12-05 16:10:36iritkatrielcreate