Patrick Lewis schrieb: > > > On Jul 2, 2:22 pm, Christopher Arndt <[EMAIL PROTECTED]> wrote: >> We can't use a function that's only available in Python 2.5 by default, >> since we are committed to supporting Python 2.4 in TG >1.0 and TG2 as >> well. we could include this hashing algorithm as an alternative though >> or provide out own implementation of it. Do you have one? >> > > http://code.krypto.org/python/hashlib/ > > Has C extensions; not sure what the policy is on that anymore.
We try to avoid them, since when they get updated and the third-party maintainers don't provide binary eggs, they will break the TG installation for Windows and Mac users without a compiler. But since we already have a few of them (the actual set differs depending on the TG and Python version) if we must have a new dependency on a C-extension, we will include it. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
