On 10/17/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> However, neither decision is binding until at least one other core
> maintainer steps in with some agreement [...]

Here's my 2ยข: use ``request.DATA``, and keep ``request.POST`` around
forever. I quite like the way ``request.GET`` and ``request.POST``
echo PHP's superglobals: they're one of the (few) things PHP gets
right.

I also like the semantics of GET/POST being parsed for form encoding,
and DATA always having the raw, unparsed content. Seems nice to me.

I don't, though, feel very strongly either way, so I'll defer to
Malcolm's judgement here.

Jacob

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to