On Jan 30, 2014, at 10:12 AM, Paul Moore <p.f.mo...@gmail.com> wrote:

> On 30 January 2014 15:03, Donald Stufft <don...@stufft.io> wrote:
>> For those following along at home who have no interest in supporting zipped
>> Wheels who want to disclaim support for it, here's how you do zip_safe=False
>> for Wheels: https://gist.github.com/dstufft/8710270.
> 
> Note that this will also prevent use in py2exe, cx_Freeze and any
> similar bundling technologies. Presumably that's what you want, as any
> issues are identical, but it's worth being clear.
> 
> Paul

Sure, using a library via zip import when it wasn’t designed to be used as such
is an anti pattern.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to