On 11/13/06, Ian Bicking <[EMAIL PROTECTED]> wrote:
> Why is this a problem?
>
> I put in the note about SCRIPT_NAME/PATH_INFO, because generally
> SCRIPT_NAME represents the consumed path.  Dispatchers typically consume
> the path when they do their dispatching.
>
> If you leave SCRIPT_NAME, you are presuming that the application has
> knowledge of how the dispatcher works.  The whole point of the spec is
> that consumers don't need to know how the variables got there.

So this lets me, for example, dispatch Selectors to other
Selectors without them knowing about each other? That works for me.

   Thanks,
   -joe

-- 
Joe Gregorio        http://bitworking.org
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to