I'm looking at code that does this:

 context = context.new(context)

Prior to 1.7, I assume that worked since a context was a dict.  Now that 
it's a stack, it breaks.

I could suggest they use flatten:

 context = context.new(context.flatten())

but that's not exactly a copy, which is what I think they're after.

What do you think they should be doing?

John

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/1d653737-d69d-4c95-b50d-8f4ce5566a5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to