Hi, I would just like to highlight some (breaking) changes I made in r1257. For now all are intended for First Class, if we decide anything should be released beforehand I will merge than (I hope this covers me from Michelle's wrath ;)).
1) Fail-safe mechanism is uncoupled from error handling and validate() decorator. Some examples can be had in test_errorhandling.py (should probably refactor as well), I will update the "docs" soon (on sprint at the latest). 2) tg_exceptions is renamed to tg_exception and is in fact no longer an exception as such, but a tuple compatible with what sys.exc_info() returns. (it should be possible to do some pretty sick things with stack manipulation now ...) Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
