> is there any reason why you copy the data? the form doesn't need the
> data to be mutable, so there is no need for this.

None special reasons to be honest.

> I prefer constructing a dict manually than to mess around with python
> internals, but that is really just a matter of personal preference.

I agree when you have to deal with clarity of your code but it's an
handy feature and locals() is just a dictionary and it's quite safe in
that situation.

-- 
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair

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

Reply via email to