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 Decorater
Recipients Decorater, Drekin, abarry, eryksun, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-07-18.04:12:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468815130.61.0.7651611998.issue27469@psf.upfronthosting.co.za>
In-reply-to
Content
Oh and when the shell extension is done could you make a custom icon for pyd's and have the desciption of "Python C Compiled DLL" to easy selcting them when you have no icons for any *.lib, *.exp and *.pdb's Would ease up comping pyd files as well.

On further note it seems that python (when told to read from python36.zip seems to not read any pyd's that are in the zip as well) I would like for it to be able too if someone wants to embed PyNacl with _sodium.cp36-win32.pyd or _sodium.cp36-win_amd64.pyd files in it.

(Also readign pyd's in the zips could also simplify things like a ImportError on stuff that is actually there.
History
Date User Action Args
2016-07-18 04:12:10Decoratersetrecipients: + Decorater, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun, Drekin, steve.dower, abarry
2016-07-18 04:12:10Decoratersetmessageid: <1468815130.61.0.7651611998.issue27469@psf.upfronthosting.co.za>
2016-07-18 04:12:10Decoraterlinkissue27469 messages
2016-07-18 04:12:09Decoratercreate