#3523: Extend "for" tag to allow unpacking of lists
---------------------------+------------------------------------------------
Reporter: SmileyChris | Owner: russellm
Status: new | Component: Template system
Version: SVN | Resolution:
Keywords: for loop | Stage: Ready for checkin
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------+------------------------------------------------
Changes (by russellm):
* owner: adrian => russellm
* stage: Design decision needed => Ready for checkin
Comment:
I've made a few additions to the patch. For the most part, it's
documentation cleanup; but I have added a few more test cases for
whitespace around the commas in the unpack list, and made the parser a
little more forgiving with those whitespace cases (using RE's, rather than
just str.replace).
Other than that, I'm happy for this to go in. I'll ping this on the list
again, but if there's no objections, I'm happy for it to go into trunk.
--
Ticket URL: <http://code.djangoproject.com/ticket/3523#comment:12>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---