From b06e3358397425f25075b8032953a132a99c1b1c Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 2 Dec 2010 23:28:39 -0700 Subject: clarify that the keys are byte strings --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c3e45a01a..373faed8c 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1117,7 +1117,7 @@ response object, you will need to ensure you do this yourself. .. note:: Only the *values* of request params obtained via ``request.params``, ``request.GET`` or ``request.POST`` are decoded to Unicode objects implicitly in the :app:`Pyramid` default - configuration. The keys are still strings. + configuration. The keys are still (byte) strings. .. index:: single: view configuration -- cgit v1.2.3