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 ncoghlan
Recipients gregory.p.smith, loewis, manis, ncoghlan
Date 2009-08-24.02:01:56
SpamBayes Score 0.013758404
Marked as misclassified No
Message-id <1251079317.83.0.613030540168.issue6749@psf.upfronthosting.co.za>
In-reply-to
Content
You would also run in to the usual problems with any form of DRM: the
password *will* exist in memory in order for zipimport to be able to use
it, so anyone that really wants the password will be able to get hold of it.

It also isn't as simple as just providing a single password - there can
be multiple zip files on sys.path, so how is Python meant to know which
password goes with which zipfile?

Another -1 here.
History
Date User Action Args
2009-08-24 02:01:57ncoghlansetrecipients: + ncoghlan, loewis, gregory.p.smith, manis
2009-08-24 02:01:57ncoghlansetmessageid: <1251079317.83.0.613030540168.issue6749@psf.upfronthosting.co.za>
2009-08-24 02:01:56ncoghlanlinkissue6749 messages
2009-08-24 02:01:56ncoghlancreate