jason kirtland wrote:

>> i think a name change is probably in order at the very least.
>
> r3130 in the trunk implements a name change- EXT_CONTINUE will
> propagate the hook to the next extension or back to the base
> implementation.  EXT_STOP will halt propagation.
>
> it's only a name and doc change:  EXT_CONTINUE = EXT_PASS = object()
> EXT_STOP = object()
>
> EXT_STOP is just a feel-good value. the general rule of "halt on any
> return value but EXT_CONTINUE" is unchanged.

Perfect.  This now makes total sense, thanks for doing this!

--
Jonathan LaCour
http://cleverdevil.org


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to