I noticed, that Django uses for Signal definitions an argument "providing_args" and it helps readability. http://docs.djangoproject.com/en/dev/topics/signals/#defining-signals It was introduced in September 2008 with Django 1.0. It has a descriptive purpose. It helps with development and debugging, it should have no limiting consequences. I hope that it will not disturb creating the Sphinx auto- documentation, if "#:" comments are not changed. I recommend to use it in Satchmo or to try it.
It is like long documentation text of a function is useful, and yet one first looks at the one-line function parameter list. If this proves useful (I hope), we can write all signals similarly. For other people I notice: Nan has rewritten previous satchmo_cart_change_verify patches to one changeset. https://bitbucket.org/ringemup/satchmo-clean/changeset/f6370188f9d7 Hynek On Apr 8, 5:24 pm, Nan <[email protected]> wrote: > Implemented here:https://bitbucket.org/ringemup/satchmo > -- You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en.
