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 terry.reedy
Recipients docs@python, eric.araujo, lebigot, mherrmann.at, r.david.murray, terry.reedy, vstinner
Date 2012-06-12.18:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339525275.33.0.69913784865.issue12982@psf.upfronthosting.co.za>
In-reply-to
Content
Michael, you should ask the closed source library distributor to distribute all files as .pyc so you have access to docstrings while programming and to avoid the problem with reading them. He could also distribute an all-.pyo version. A mixture seems accidental.

Is the import restriction currently intended? If a change *is* made, should it be regarded as an enhancement rather than a bug fix? I asked both question on pydev for more input.
History
Date User Action Args
2012-06-12 18:21:15terry.reedysetrecipients: + terry.reedy, vstinner, lebigot, eric.araujo, r.david.murray, docs@python, mherrmann.at
2012-06-12 18:21:15terry.reedysetmessageid: <1339525275.33.0.69913784865.issue12982@psf.upfronthosting.co.za>
2012-06-12 18:21:14terry.reedylinkissue12982 messages
2012-06-12 18:21:13terry.reedycreate