2009/7/29 Jeff Rush <[email protected]>: > Hi David. Not just your post but others here are making assumptions on > your own working environment. Yes there are systems you need to save > disk space on, yes there are systems where you care about I/O > performance. These are embedded systems.
Exactly. But the fact still is that these systems are the specialized case today, so lets stop optimizing the *default* settings for them. > And the benefit of defaulting to zipped eggs is that it enforces on the > developer the discipline of writing his packages to use pkg_resources > instead of file I/O No, it just forces the developer to set zip_safe to False. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
