2 Jul
2010
2 Jul
'10
5:55 p.m.
On 2010-7-2 19:49, Tres Seaver wrote:
The change here is to remove 'standard=True' from the feature constructor. Developers who want the feature enabled can then build the egg via:
$ python setup.py --with-codeoptimization bdist_egg
We could then update the zc.recipe.egg:custom recipe to allow specifying features to be installed for a given egg.
That would be a very welcome change for SQLAlchemy as well: it has an optional C extension to speed of marshalling data from SQL responses. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.