It would certainly answer the question of whether Pylons should add
res.content_type and res.charset properties.

req.body = 'test' seems a bit magical for what's ostensibly a readonly
file object..  How about req.set_body('test')?

NestedMultiDict is not explained, though I see in the source it's a
cascading tuple of dicts.

-- 
Mike Orr <[EMAIL PROTECTED]>

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to