Istvan Albert wrote: >2. I'm commenting here as an outsider, but looking at the patch it >seems that the _is_string attribute is unnecessary, all it seems to be >used only to forbid certain methods, > Yes, this is its intention.
> like writing, but why not let them >happen? > > As I already answered to Malcolm: because you cannot write into an arbitrary iterator. This is not necesserily something writable. And even if it is I think it's a bad idea to let HttpResponse write into some existing file on server. Opening this possibility may lead to some unexpected bugs. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---